Hosting Detector
Discover who is hosting the websites you're visiting!
Cos'è Hosting Detector?
Hosting Detector è un'estensione di Chrome sviluppata da https://www.codeinwp.com, e la sua funzione principale è "Discover who is hosting the websites you're visiting!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hosting Detector
Scarica i file di estensione Hosting Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Hosting Detector |
ID | dhiahppddldkpmbckifoofmaajdnmmlf |
URL Ufficiale | https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf |
Descrizione | Discover who is hosting the websites you're visiting! |
Dimensione del File | 10.19 KB |
Conteggio Installazioni | 213 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-03 |
Data di Pubblicazione | 2020-12-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.codeinwp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.codeinwp.com/who-is-hosting-this/ |
Lingue Supportate | 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" ] } |