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 là gì?

Hoo's Hosting - Web Hosting Detector là một tiện ích mở rộng Chrome được phát triển bởi https://hooshosting.com, và tính năng chính của nó là "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hoo's Hosting - Web Hosting Detector

Tải xuống các tệp mở rộng Hoo's Hosting - Web Hosting Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
URL Chính Thức https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Mô tả Instantly discover who hosts any given website. This is a light weight hosting detector.
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2020-11-16
Ngày Phát Hành 2020-11-01
Nhà Phát Triển https://hooshosting.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hooshosting.com
URL Trang Trợ Giúp https://hooshosting.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}