Watch BBC iPlayer, ITV & Channel 4 Abroad

A simple extension that allows you to watch BBC iPlayer, Channel 4, and ITV Player abroad

Watch BBC iPlayer, ITV & Channel 4 Abroad là gì?

Watch BBC iPlayer, ITV & Channel 4 Abroad là một tiện ích mở rộng Chrome được phát triển bởi LivingAbroad.tv, và tính năng chính của nó là "A simple extension that allows you to watch BBC iPlayer, Channel 4, and ITV Player abroad".

Ả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 Watch BBC iPlayer, ITV & Channel 4 Abroad

Tải xuống các tệp mở rộng Watch BBC iPlayer, ITV & Channel 4 Abroad 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

                        Unblock BBC iPlayer, ITV and Channel 4 from abroad.

Get access to live channels, catch up on missed programmes, download shows for offline viewing from most popular British media.

Bypass “BBC iPlayer only works in the UK. Sorry, it’s due to rights issues.” error.

Unblock all major UK TV media websites automatically.

Living Abroad Extension acts as a VPN for British streaming services. This means that all traffic from BBC iPlayer, ITV, Channel 4 is redirected through our servers. All other websites you visit are not intact.                    

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

Tên Watch BBC iPlayer, ITV & Channel 4 Abroad Watch BBC iPlayer, ITV & Channel 4 Abroad
ID hbooonbmddlkjlpmppcndlngpddnjfci
URL Chính Thức https://chromewebstore.google.com/detail/watch-bbc-iplayer-itv-cha/hbooonbmddlkjlpmppcndlngpddnjfci
Mô tả A simple extension that allows you to watch BBC iPlayer, Channel 4, and ITV Player abroad
Kích Thước Tệp 786 KB
Số Lần Cài Đặt 585
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2023-11-06
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển LivingAbroad.tv
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://living-abroad-extension.com
URL Trang Chính Sách Bảo Mật https://livingabroad.tv/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.12",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "scripts\/serviceWorker.js"
    },
    "action": {
        "default_title": "__MSG_tipBrowserAction__",
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.bbc.co.uk\/*",
        "*:\/\/.bbc.co.uk\/*",
        "*:\/\/*.itv.com\/*",
        "*:\/\/.itv.com\/*",
        "*:\/\/*.channel4.com\/*",
        "*:\/\/.channel4.com\/",
        "*:\/\/tvplayer.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.bbc.co.uk\/iplayer\/*",
                "*:\/\/*.itv.com\/*",
                "*:\/\/*.channel4.com\/*",
                "*:\/\/tvplayer.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.bbc.co.uk\/*",
                "*:\/\/*.itv.com\/*",
                "*:\/\/*.channel4.com\/*",
                "*:\/\/tvplayer.com\/*"
            ],
            "resources": [
                "modal.html"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "hbooonbmddlkjlpmppcndlngpddnjfci"
        ],
        "matches": [
            "https:\/\/*.livingabroad.tv\/*"
        ]
    },
    "minimum_chrome_version": "116",
    "permissions": [
        "declarativeNetRequest",
        "browsingData",
        "alarms",
        "webRequest",
        "webRequestAuthProvider",
        "proxy",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqv2Xp5F4pAw59sOIZtn2hPujlkRb71T6p5ZZYOiwVCNN8ompZRcgHMgz9N6fv1mVLz++5iFWIHSlTEYDkRBa\/he+892rF6wef6LkFcnyUIiDApSICbGg6kjmsLEPWLyjQmAEfnymZCAB0Q8Exqx8\/ML59IzkHqcSv0x93rm1rouHwbPCYEXtGUqj\/eM6PVAr\/FfPRasWSkdGfmsVt54wEQKAHHsHhlmvlMQ02Jp2gzD9IxlPbnbQvY\/hjJmdug2Si2tFVw3IZbRXgHQ+uzw2ost2OFG8uEOLtddv20d7N7\/U8WWLo+9DdHJrRJDC\/8CxM+JPTTIo3bvCvEofIfnB4QIDAQAB"
}