Hoo's Hosting - Web Hosting Detector

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

Hoo's Hosting - Web Hosting Detectorとは何ですか?

Hoo's Hosting - Web Hosting Detectorはhttps://hooshosting.comによって開発されたChromeの拡張機能で、その主な機能は「Instantly discover who hosts any given website. This is a light weight hosting detector.」です。

拡張機能のスクリーンショット

screenshot

Hoo's Hosting - Web Hosting Detector拡張機能のCRXファイルをダウンロード

Hoo's Hosting - Web Hosting Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
公式URL https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
説明 Instantly discover who hosts any given website. This is a light weight hosting detector.
ファイルサイズ 1.14 MB
インストール数 160
現在のバージョン 0.4
最終更新日 2020-11-16
公開日 2020-11-01
開発者 https://hooshosting.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hooshosting.com
ヘルプページのURL https://hooshosting.com
対応言語 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'"
}