YouTube Keyword Filter Firefox

Examine source code of YouTube Keyword Filter

By: frongi Add-on
Inspect and view changes in YouTube Keyword Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Keyword Filter",
  "version": "1.2.2",
  "description": "Hides YouTube video cards based on customized keyword rules.",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dd28692e-2a63-44d4-835f-058a3d64a455}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "140.0"
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon-48.png",
      "96": "icon-96.png",
      "128": "icon-128.png"
    }
  },
  "permissions": [
    "storage"
  ]
}

Best YouTube Keyword Filter Alternatives

Here are some Firefox add-ons that are similar to YouTube Keyword Filter: