Hosting Detector
Discover who is hosting the websites you're visiting!
Was ist Hosting Detector?
Hosting Detector ist eine Chrome-Erweiterung, die von https://www.codeinwp.com entwickelt wurde, und ihr Hauptmerkmal ist "Discover who is hosting the websites you're visiting!".
Erweiterungsscreenshots
Hosting Detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hosting Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hosting Detector |
ID | dhiahppddldkpmbckifoofmaajdnmmlf |
Offizielle URL | https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf |
Beschreibung | Discover who is hosting the websites you're visiting! |
Dateigröße | 10.19 KB |
Installationsanzahl | 213 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-12-03 |
Veröffentlichungsdatum | 2020-12-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.codeinwp.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.codeinwp.com/who-is-hosting-this/ |
Unterstützte Sprachen | 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" ] } |