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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}