Hosting Detector
Discover who is hosting the websites you're visiting!
Qu'est-ce que Hosting Detector ?
Hosting Detector est une extension Chrome développée par https://www.codeinwp.com, et sa fonction principale est "Discover who is hosting the websites you're visiting!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hosting Detector
Téléchargez les fichiers d'extension Hosting Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hosting Detector |
ID | dhiahppddldkpmbckifoofmaajdnmmlf |
URL Officiel | https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf |
Description | Discover who is hosting the websites you're visiting! |
Taille du Fichier | 10.19 KB |
Nombre d'Installations | 213 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-12-03 |
Date de Publication | 2020-12-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.codeinwp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.codeinwp.com/who-is-hosting-this/ |
Langues Prises en Charge | 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" ] } |