Hosting Detector

Discover who is hosting the websites you're visiting!

Co je Hosting Detector?

Hosting Detector je rozšíření Chrome vyvinuté https://www.codeinwp.com, a jeho hlavní funkcí je „Discover who is hosting the websites you're visiting!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hosting Detector

Stáhněte si soubory rozšíření Hosting Detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hosting Detector Hosting Detector
ID dhiahppddldkpmbckifoofmaajdnmmlf
Oficiální URL https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf
Popis Discover who is hosting the websites you're visiting!
Velikost souboru 10.19 KB
Počet instalací 213
Aktuální Verze 1.0
Poslední Aktualizace 2020-12-03
Datum Vydání 2020-12-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.codeinwp.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.codeinwp.com/who-is-hosting-this/
Podporované Jazyky 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"
    ]
}