BBViewer

BBViewer

BBViewer is designed to provide a better experience for Big Brother Live Feeders

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BBViewer",
  "version": "1.0.1",
  "description": "BBViewer is designed to provide a better experience for Big Brother Live Feeders",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.paramountplus.com/shows/big_brother/live_feed/stream/*",
        "https://www.paramountplus.com/shows/celebrity-big-brother/live_feed/stream/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "icon.png",
    "css/*.css",
    "images/*.png",
    "images/*.jpg",
    "images/*.gif",
    "js/*.js"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}