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
官方網址 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
電子郵箱 [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'"
}