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
Eメール [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"
    ]
}