DNS INFO

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

什么是DNS INFO?

DNS INFO是由https://dnsinfo.xyz开发的Chrome扩展程序,该扩展的主要功能是“Used to find the DNS and Whois info of the current page”。

扩展截图

screenshot
screenshot

下载DNS INFO扩展crx文件

下载DNS INFO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
官方URL https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
简介 Used to find the DNS and Whois info of the current page
文件大小 39.92 KB
安装次数 47
当前版本 1.1
更新时间 2018-04-19
上架时间 2018-04-18
评分 5.00/5 共2次评分
开发者 https://dnsinfo.xyz
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}