DNS INFO

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

Cos'è DNS INFO?

DNS INFO è un'estensione di Chrome sviluppata da https://dnsinfo.xyz, e la sua funzione principale è "Used to find the DNS and Whois info of the current page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DNS INFO

Scarica i file di estensione DNS INFO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
URL Ufficiale https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
Descrizione Used to find the DNS and Whois info of the current page
Dimensione del File 39.92 KB
Conteggio Installazioni 47
Versione Corrente 1.1
Ultimo Aggiornamento 2018-04-19
Data di Pubblicazione 2018-04-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://dnsinfo.xyz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}