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
官方網址 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"
    ]
}