hotproxy

Watch UK TV

hotproxyคืออะไร?

hotproxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hotproxy.io และคุณลักษณะหลักของมันคือ "Watch UK TV"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย hotproxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Watch BBC iPlayer, Channel 4 and iTV abroad with a single install by using this extension.

hotproxy extension will help you to bypass when you receive the "BBC iPlayer only works in the UK. Sorry, it’s due to rights issues." error.

With hotproxy you will be able to:

✅ Access BBC iPlayer, including BBC Sport and Live TV
✅ Access Channel4
✅ Access ITV Hub

✅ No interruptions - works all the time.
✅ Unlimited traffic.
✅ Dedicated support team, speak directly with the developers.

VPNs are expensive & easy to block unlike this smart Chrome extension. With hotproxy you will be able to keep browsing under your origin IP for all sites & services, only British Media sites are redirected through a dedicated pool of British IP's. 

This extension is built for those who have a legal & active right to British television.
Please read our terms of service for more information: https://hotproxy.io/privacy-policy.html.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ hotproxy hotproxy
ID eelllgafamejopbeegdnoomnipfnkfig
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hotproxy/eelllgafamejopbeegdnoomnipfnkfig
คำอธิบาย Watch UK TV
ขนาดไฟล์ 295 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2021-06-22
วันที่เผยแพร่ 2021-03-18
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://hotproxy.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://hotproxy.io
URL หน้านโยบายความเป็นส่วนตัว https://hotproxy.io/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hotproxy",
    "version": "1.1.3",
    "description": "Watch UK TV",
    "permissions": [
        "storage",
        "identity",
        "declarativeContent",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.bbc.co.uk\/*",
        "https:\/\/*.channel4.com\/*",
        "https:\/\/*.itv.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            ".\/constants\/constants.js",
            ".\/libs\/crypto-js.v4.0.0.aes.min.js",
            ".\/refreshAccessToken.js",
            ".\/handlefetchresult.js",
            ".\/fetchMethods.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/logo-small.png",
        "icons": {
            "16": "assets\/16.png",
            "48": "assets\/48.png",
            "128": "assets\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.checkout.stripe.com\/*"
            ],
            "css": [
                ".\/styles\/emailStripe.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.bbc.co.uk\/*",
                "https:\/\/*.itv.com\/*",
                "https:\/\/*.channel4.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "manifest_version": 2
}