Hoo's Hosting - Web Hosting Detector

Instantly discover who hosts any given website. This is a light weight hosting detector.

Apa itu Hoo's Hosting - Web Hosting Detector?

Hoo's Hosting - Web Hosting Detector adalah ekstensi Chrome yang dikembangkan oleh https://hooshosting.com, dan fitur utamanya adalah "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hoo's Hosting - Web Hosting Detector

Unduh file ekstensi Hoo's Hosting - Web Hosting Detector 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

                        Instantly discover who hosts any given website. This is a light weight hosting detector.                    

Informasi Dasar Ekstensi

Nama Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
URL Resmi https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Deskripsi Instantly discover who hosts any given website. This is a light weight hosting detector.
Ukuran File 1.14 MB
Jumlah Instalasi 160
Versi Saat Ini 0.4
Terakhir Diperbarui 2020-11-16
Tanggal Publikasi 2020-11-01
Pengembang https://hooshosting.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://hooshosting.com
URL Halaman Bantuan https://hooshosting.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hoo's Hosting - Web Hosting Detector",
    "short_name": "Hoos Hosting",
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vue.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}