DNS INFO

Used to find the DNS and Whois info of the current page

What is DNS INFO?

DNS INFO is a Chrome extension developed by https://dnsinfo.xyz, and its main feature is "Used to find the DNS and Whois info of the current page".

Extension Screenshots

screenshot
screenshot

Download DNS INFO Extension CRX File

Download DNS INFO 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

                                            

Extension Basic Information

Name DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
Official URL https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
Description Used to find the DNS and Whois info of the current page
File Size 39.92 KB
Installation Count 47
Current Version 1.1
Last Updated 2018-04-19
Publish Date 2018-04-18
Rating 5.00/5 Total 2 Ratings
Developer https://dnsinfo.xyz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DNS INFO",
    "description": "Used to find the DNS and Whois info of the current page",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "activeTab",
        "storage",
        "tabs"
    ]
}