Hosting Detector

Discover who is hosting the websites you're visiting!

ما هو Hosting Detector؟

Hosting Detector هو إضافة Chrome تم تطويرها بواسطة https://www.codeinwp.com، والميزة الرئيسية لها هي "Discover who is hosting the websites you're visiting!".

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

screenshot

تحميل ملف CRX للإضافة Hosting Detector

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

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

                        Although answering a question like “who is hosting my website” seems simple enough – after all, you were the one buying that server space – there are some details you might not be aware of:

One of the facts of the hosting market is that not all hosting companies manage their own servers. In other words, although you might have bought your hosting setup from one company, that company might be leasing their server space from someone else.

Quite commonly in today’s market, cloud hosting companies like DigitalOcean, Vultr, Amazon AWS, or Google Cloud rent their server space to other operators. Those operators then resell the servers to their own clients.

Our hosting checker tool tells you if that’s the case with your host.                    

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

الاسم Hosting Detector Hosting Detector
ID dhiahppddldkpmbckifoofmaajdnmmlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf
الوصف Discover who is hosting the websites you're visiting!
حجم الملف 10.19 KB
عدد التثبيتات 213
النسخة الحالية 1.0
آخر تحديث 2020-12-03
تاريخ النشر 2020-12-02
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.codeinwp.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.codeinwp.com/who-is-hosting-this/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hosting Detector",
    "version": "1.0",
    "description": "Discover who is hosting the websites you're visiting!",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "hosting-detector.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "tabs"
    ]
}