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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hooshosting.com และคุณลักษณะหลักของมันคือ "Instantly discover who hosts any given website. This is a light weight hosting detector."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hoo's Hosting - Web Hosting Detector

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}