FilterVideo Firefox

Examine source code of FilterVideo

Inspect and view changes in FilterVideo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FilterVideo",
  "version": "1.2.3",
  "description": "Filter videos using a shortcut. Control your watching experience on popular platforms like YouTube, Netflix, and Prime Video.",
  "author": "Mohamed Elamine Bengueddache",
  "homepage_url": "https://github.com/bengmoh/filter-video",
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "32": "icons/icon32.png"
    },
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "filtervideo@bengmoh.com",
      "strict_min_version": "112.0"
    }
  }
}

Best FilterVideo Alternatives

Here are some Firefox add-ons that are similar to FilterVideo: