Hosting Detector
Discover who is hosting the websites you're visiting!
什麼是Hosting Detector?
Hosting Detector是由https://www.codeinwp.com開發的Chrome擴展程式,該擴展的主要功能是“Discover who is hosting the websites you're visiting!”。
擴展截圖
下載Hosting Detector擴展crx文件
下載Hosting Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Hosting Detector |
ID | dhiahppddldkpmbckifoofmaajdnmmlf |
官方網址 | https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf |
簡介 | Discover who is hosting the websites you're visiting! |
檔案大小 | 10.19 KB |
安裝次數 | 213 |
目前版本 | 1.0 |
更新時間 | 2020-12-03 |
上架時間 | 2020-12-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.codeinwp.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.codeinwp.com/who-is-hosting-this/ |
支援的語言 | 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" ] } |