DNS INFO

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

Qu'est-ce que DNS INFO ?

DNS INFO est une extension Chrome développée par https://dnsinfo.xyz, et sa fonction principale est "Used to find the DNS and Whois info of the current page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DNS INFO

Téléchargez les fichiers d'extension DNS INFO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
URL Officiel https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
Description Used to find the DNS and Whois info of the current page
Taille du Fichier 39.92 KB
Nombre d'Installations 47
Version Actuelle 1.1
Dernière Mise à Jour 2018-04-19
Date de Publication 2018-04-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://dnsinfo.xyz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}