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!”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    ]
}