Hosting Detector

Discover who is hosting the websites you're visiting!

Hosting Detectorคืออะไร?

Hosting Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.codeinwp.com และคุณลักษณะหลักของมันคือ "Discover who is hosting the websites you're visiting!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hosting Detector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}