Hide Premium Videos Firefox

Examine source code of Hide Premium Videos

Inspect and view changes in Hide Premium Videos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Video Filter",
  "version": "1.1",
  "description": "Filters out specific videos based on HTML class.",
  "permissions": [
    "activeTab",
    "webNavigation",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.fuq.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "daniel.onl@outlook.com"
    },
    "gecko_android": {
      "id": "daniel.onl@outlook.com"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  }
}

Best Hide Premium Videos Alternatives

Here are some Firefox add-ons that are similar to Hide Premium Videos: