hotproxy

Watch UK TV

hotproxy क्या है?

hotproxy http://hotproxy.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch UK TV"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में hotproxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}