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
电子邮箱 [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'"
}