Whois / DNS Peek Chrome Extension
Last Updated: May 2026
TL;DR: When you click the icon, the hostname of your current tab is sent to public DNS and RDAP services to perform the lookup. Nothing is stored, logged, or shared anywhere else.
No accounts. No analytics. No tracking. No background activity. The extension only does anything at all when you explicitly click its icon.
When you click the extension's toolbar icon, the popup reads the hostname of your currently active tab and sends it to public DNS and RDAP services so the lookup can be performed. Specifically:
example.com) — not the full URL, path, or query stringThe extension does not collect, store, transmit, or process any of the following:
When you click the extension icon:
The extension's sole purpose is to look up DNS records and domain registration data for the current tab and display them to you. The hostname is transmitted only:
The extension does not share, sell, or transfer your data to any party outside of these necessary lookup requests. There is no developer-controlled server. There is no developer-controlled database.
The extension requires the following Chrome permissions to function:
To identify which domain you want to look up. This permission is granted only at the moment you click the extension's toolbar icon, is scoped to the single active tab, and lets the extension read that tab's URL so it can extract the hostname. The extension does not inject scripts into the page or read page content.
To query Google's public DNS-over-HTTPS JSON endpoint for DNS records (A, AAAA, CNAME, MX, NS, TXT, PTR) of the active tab's hostname. Browsers do not expose a native DNS API, so a DoH service is the only available option.
Used as an automatic fallback if Google's DoH endpoint fails or returns an error. The request and the data sent are identical to those described above for Google DoH.
To query the public RDAP gateway (operated by ARIN) for domain registration data: registrar, creation/update/expiration dates, status, and authoritative nameservers. RDAP is the IETF replacement for legacy whois. The gateway proxies to the correct registry RDAP server for the requested TLD.
No <all_urls>, *://*/*, or other broad host patterns are requested. No content scripts run on any host.
The extension makes HTTPS requests to the following public services, each of which receives only the hostname being looked up plus your IP address (as is unavoidable for any HTTPS request):
dns.google — primary DoH resolver. Privacy policycloudflare-dns.com — fallback DoH resolver, contacted only when Google fails. Privacy policyThese services are the only external endpoints the extension contacts. The extension does not use any analytics platform, advertising network, or developer-controlled API.
All requests are made over HTTPS. Because the extension stores nothing and runs no developer-controlled server, there is no data at rest under the developer's control, and no data security risk on the developer's side. The extension code:
eval(), or dynamic importsThe extension collects no personal data from anyone, including children under 13. Since no personally identifiable data is collected or stored, no special provisions for children's privacy are necessary.
If the extension's data practices change, this privacy policy will be updated and the "Last Updated" date at the top will reflect the change. Material changes (for example, the addition of any new third-party endpoint or any local data storage) will be reflected here before being shipped in a new release.
Because no personal data is collected or retained by the developer:
For data handling by the third-party services listed in Section 4, please refer to their respective privacy policies.
If you have questions about this privacy policy or the extension's practices, you can:
This extension complies with:
Bottom Line
Whois / DNS Peek is a small diagnostic utility. When you click its icon, it asks public DNS and RDAP services about the domain you're on and shows you the answer. Nothing is stored. Nothing is tracked. The only thing that ever leaves your browser is the hostname of the site you're currently viewing, sent to public lookup services to perform the lookup itself — the same kind of request your browser already makes to resolve DNS for any page you load.