Paramount+ hide ads & preload episodes list Firefox

Examine source code of Paramount+ hide ads & preload episodes list

By: Dan
Inspect and view changes in Paramount+ hide ads & preload episodes list source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paramount+ hide & mute ads, preload ep. list",
  "version": "4.0",
  "description": "Automatically hides ads & mutes ads on Paramount+, clicks load-more buttons, and scrolls to top",
  "permissions": [
    "tabs",
    "https://www.paramountplus.com/shows/video/*",
    "https://www.paramountplus.com/movies/video/*",
    "https://fonts.googleapis.com/*",
    "https://fonts.gstatic.com/*"
  ],
  "browser_action": {
    "default_title": "Toggle Paramount+ overlay",
    "default_icon": "mt.png"
  },
  "icons": {
    "48": "mt.png",
    "96": "mt.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.paramountplus.com/shows/video/*",
        "https://www.paramountplus.com/movies/video/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cfac666b-5950-4b5f-9b68-6362af3c44e6}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Paramount+ hide ads & preload episodes list Alternatives

Here are some Firefox add-ons that are similar to Paramount+ hide ads & preload episodes list: