Hoasted Check

Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted

ما هو Hoasted Check؟

Hoasted Check هو إضافة Chrome تم تطويرها بواسطة https://hoasted.com، والميزة الرئيسية لها هي "Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hoasted Check

قم بتنزيل ملفات الامتداد Hoasted Check بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This developer tool shows the IP address of the website you are currently viewing. It does not listen to DNS, but checks from which IP address the current website resources are loaded. A quick and easy tool for developers, designers and system admins. Furthermore, Hoasted Check shows a blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted.

Hoasted is an international web hosting company that focusses on delivering the best in class service and top notch performance. Standard packages come equipped with twice the performance compared to other hosting companies. Furthermore we provide companies, organizations and individuals services that help them in squeezing the most out of their hosting. Services include: Domain name registration, Wordpress hosting, Linux hosting, Reseller hosting, Windows hosting and Virtual Private Servers (VPS).                    

معلومات أساسية عن التمديد

الاسم Hoasted Check Hoasted Check
ID lpeaffpngcncaefnegoomkcboiojdfld
عنوان URL الرسمي https://chromewebstore.google.com/detail/hoasted-check/lpeaffpngcncaefnegoomkcboiojdfld
الوصف Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted
حجم الملف 66.54 KB
عدد التثبيتات 189
النسخة الحالية 1.1.4
آخر تحديث 2023-12-04
تاريخ النشر 2020-06-16
تقييم 3.67/5 مجموع تقييمات 3
المطور https://hoasted.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.hoasted.com/
عنوان صفحة المساعدة https://www.hoasted.com/support
عنوان صفحة سياسة الخصوصية https://www.hoasted.com/AV.pdf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hoasted Check",
    "description": "Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "128": "images\/orange-cloud-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "page_action": {
        "default_title": "Hoasted"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval';"
}