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 |
公式URL | 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 |
Eメール | [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" ] } |