Berriz - I want watch video on PC Firefox

Examine source code of Berriz - I want watch video on PC

By: 冠良
Inspect and view changes in Berriz - I want watch video on PC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Berriz - I want watch video on PC",
  "version": "1.1.1",
  "description": "Extracts and plays media URLs from Berriz live replay and media content pages.",
  "icons": {
    "32": "assets/icons/berry32.png",
    "128": "assets/icons/berry256.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "assets/icons/berry32.png",
      "128": "assets/icons/berry256.png"
    }
  },
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "activeTab",
    "declarativeNetRequest",
    "*://*.berriz.in/*",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://berriz.in/*",
        "https://berriz.in/*/live/replay/*",
        "https://berriz.in/*/media/content/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "src/player.html",
    "src/css/*.css",
    "src/js/player.js",
    "src/js/lib/*.js",
    "src/lang/*.json",
    "assets/icons/berry32_disabled.png",
    "assets/icons/berry256_disabled.png"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "ken8902026@gmail.com",
      "strict_min_version": "79.0"
    }
  }
}

Best Berriz - I want watch video on PC Alternatives

Here are some Firefox add-ons that are similar to Berriz - I want watch video on PC: