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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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'"
}