DNS INFO

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

Apa itu DNS INFO?

DNS INFO adalah ekstensi Chrome yang dikembangkan oleh https://dnsinfo.xyz, dan fitur utamanya adalah "Used to find the DNS and Whois info of the current page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DNS INFO

Unduh file ekstensi DNS INFO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
URL Resmi https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
Deskripsi Used to find the DNS and Whois info of the current page
Ukuran File 39.92 KB
Jumlah Instalasi 47
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-04-19
Tanggal Publikasi 2018-04-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://dnsinfo.xyz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}