Hosting Detector
Discover who is hosting the websites you're visiting!
O que é Hosting Detector?
Hosting Detector é uma extensão do Chrome desenvolvida por https://www.codeinwp.com, e sua principal característica é "Discover who is hosting the websites you're visiting!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hosting Detector
Baixe arquivos de extensão Hosting Detector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Hosting Detector |
ID | dhiahppddldkpmbckifoofmaajdnmmlf |
URL Oficial | https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf |
Descrição | Discover who is hosting the websites you're visiting! |
Tamanho do Arquivo | 10.19 KB |
Contagem de Instalações | 213 |
Versão Atual | 1.0 |
Última Atualização | 2020-12-03 |
Data de Publicação | 2020-12-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.codeinwp.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.codeinwp.com/who-is-hosting-this/ |
Idiomas Suportados | 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" ] } |