DNS INFO

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

Wat is DNS INFO?

DNS INFO is een Chrome-extensie ontwikkeld door https://dnsinfo.xyz, en de belangrijkste functie is "Used to find the DNS and Whois info of the current page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DNS INFO

Download DNS INFO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
Officiële URL https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
Beschrijving Used to find the DNS and Whois info of the current page
Bestandsgrootte 39.92 KB
Aantal Installaties 47
Huidige Versie 1.1
Laatst Bijgewerkt 2018-04-19
Publicatiedatum 2018-04-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://dnsinfo.xyz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}