DNS Lookup

Lookup DNS records for any domain name

What is DNS Lookup?

DNS Lookup is a Chrome extension developed by https://www.whatsmydns.net, and its main feature is "Lookup DNS records for any domain name".

Extension Screenshots

screenshot
screenshot
screenshot

Download DNS Lookup Extension CRX File

Download DNS Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The whatsmydns DNS Lookup extension for Google Chrome lets you quickly and easily see DNS records for the current website you are on, or any other domain name that you enter.

You can use the extension to see all the common DNS record types directly within Chrome without having to leave the page. This includes A, AAAA, CNAME, MX, NS, SOA, TXT, CAA, SRV, PTR, or even all records at once.

After performing a DNS lookup, you can easily check global DNS propagation using the full whatsmydns.net website.                    

Extension Basic Information

Name DNS Lookup DNS Lookup
ID ekbgejcpgolcbfcaeapipnaoemoomcgf
Official URL https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf
Description Lookup DNS records for any domain name
File Size 63.16 KB
Installation Count 4,114
Current Version 0.2
Last Updated 2022-02-17
Publish Date 2022-02-17
Rating 5.00/5 Total 2 Ratings
Developer https://www.whatsmydns.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.whatsmydns.net/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DNS Lookup",
    "description": "Lookup DNS records for any domain name",
    "version": "0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "16": "\/images\/favicon-16x16.png",
            "32": "\/images\/favicon-32x32.png",
            "48": "\/images\/favicon-48x48.png",
            "128": "\/images\/favicon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "48": "\/images\/favicon-48x48.png",
        "128": "\/images\/favicon-128x128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}