Hosting Detector

Discover who is hosting the websites you're visiting!

Hosting Detector là gì?

Hosting Detector là một tiện ích mở rộng Chrome được phát triển bởi https://www.codeinwp.com, và tính năng chính của nó là "Discover who is hosting the websites you're visiting!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hosting Detector

Tải xuống các tệp mở rộng Hosting Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hosting Detector Hosting Detector
ID dhiahppddldkpmbckifoofmaajdnmmlf
URL Chính Thức https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf
Mô tả Discover who is hosting the websites you're visiting!
Kích Thước Tệp 10.19 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-03
Ngày Phát Hành 2020-12-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.codeinwp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.codeinwp.com/who-is-hosting-this/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}