Beebs - Watch BBC iPlayer, ITV & C4 Abroad

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.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "icons": {
    "19": "beebs-icon.png",
    "32": "beebs-icon.png",
    "48": "beebs-icon.png",
    "128": "beebs-icon.png"
  },
  "version": "9.2.2",
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://api.beebs.io/*"
    ]
  },
  "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/*",
    "https://api.beebs.io/*"
  ],
  "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"
}