Beebs - Watch BBC iPlayer, ITV & C4 Abroad

A simple extension that will allow you to watch BBC iPlayer, 40D - Channel 4 and ITV Player abroad.

Beebs - Watch BBC iPlayer, ITV & C4 Abroad란 무엇입니까?

Beebs - Watch BBC iPlayer, ITV & C4 Abroad은(는) https://beebs.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension that will allow you to watch BBC iPlayer, 40D - Channel 4 and ITV Player abroad."입니다.

확장 프로그램 스크린샷

screenshot

Beebs - Watch BBC iPlayer, ITV & C4 Abroad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Watch BBC iPlayer, ITV & Channel 4 abroad with a single install by using this extension.
This extension will bypass when you receive the "BBC iPlayer only works in the UK. Sorry, it’s due to rights issues." error.

No matter where you are in the world, watch BBC iPlayer from Ireland, America or even in Europe, this extension will allow you to watch BBC iPlayer Abroad.

✔ Access BBC iPlayer, including Live TV & BBC Sport
✔ Access Channel4 including 4OD
✔ Access ITV Hub.
✔ Unblocks British Media site.
✔ Actually works & functions as expected
✔ Dedicated support team, speak directly with the developers.
✔ Lightning fast servers.

VPNs are traditionally cumbersome technology that is complicated to setup & expensive to keep, installing a Chrome extension like Beebs, it acts like a British VPN that will redirect traffic headed to British Media sites. This process is automatic, all other traffic will go directly from your server.

Beebs is the one install solution to watching British TV abroad, unblocking all major UK TV channels automatically.

This extension is built for those who have a legal & active right to British television.
Please read our terms of service for more information.                    

확장 프로그램 기본 정보

이름 Beebs - Watch BBC iPlayer, ITV & C4 Abroad Beebs - Watch BBC iPlayer, ITV & C4 Abroad
ID opmliiafmgjkgkfadkpomlefdllhajdi
공식 URL https://chromewebstore.google.com/detail/beebs-watch-bbc-iplayer-i/opmliiafmgjkgkfadkpomlefdllhajdi
설명 A simple extension that will allow you to watch BBC iPlayer, 40D - Channel 4 and ITV Player abroad.
파일 크기 316 KB
설치 횟수 46,242
현재 버전 9.2.1
최근 업데이트 2024-02-08
출시 날짜 2020-04-19
평점 3.66/5 총 444 개의 평점
개발자 https://beebs.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://beebs.io
도움말 페이지 URL https://faq.beebs.io
개인정보 보호 정책 페이지 URL https://beebs.io/privacy.html
지원되는 언어 de,en,fr,no,es,it,pt-PT,ar
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "beebs-icon.png",
        "19": "beebs-icon.png",
        "32": "beebs-icon.png",
        "48": "beebs-icon.png"
    },
    "version": "9.2.1",
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.monetise.so\/api\/*"
        ]
    },
    "action": {
        "default_title": "",
        "default_icon": "beebs-icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bbc.co.uk\/*",
                "*:\/\/*.itv.com\/*",
                "*:\/\/*.channel4.com\/*",
                "*:\/\/tvplayer.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.bbc.co.uk\/*",
        "*:\/\/.bbc.co.uk\/*",
        "*:\/\/*.itv.com\/*",
        "*:\/\/.itv.com\/*",
        "*:\/\/*.channel4.com\/*",
        "*:\/\/.channel4.com\/",
        "*:\/\/tvplayer.com\/*",
        "*:\/\/api.beebs.io\/*",
        "*:\/\/*.thewhitehouse.com\/*"
    ],
    "permissions": [
        "identity",
        "proxy",
        "storage",
        "webRequest",
        "browsingData"
    ],
    "optional_permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "450154153323-imkcqpqgb8rd67hu4h6e1l5hmsn246l6.apps.googleusercontent.com",
        "scopes": [
            "email",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiIHRc8NwyVSAXZIYXKbc6jUs96\/pCOnH\/k1+Drhjwmanmj1Bw6Wq5GQGDstKDaLAXJTLJiNhsKhdvIEyODnB4df0Tkex\/sHJHAUDF2FyNtAbhDfPBXdGcWyKuwtNvV0tF+ux7+vxtM4Gi7uUZruOH8wnA0S3c92uyXPtWXeVc+A7LghLObXujn\/VIfUTk0t9SxjwkWNGgewdNtyOWUSkTm1gppcSnb5Qm\/MKah1En5zYIjZg1TOj+ZHv\/7upmHl+hxcwYmgNisuX+NmWzx03kexxTp\/ClSvMAMzUCsLUrIiRJX7yP1AsfhpjD2zMC11Ye1NZJo+e6zrAKNIG9Z7\/0wIDAQAB"
}