Channel Filter Firefox

Examine source code of Channel Filter

Inspect and view changes in Channel Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Channel Filter",
  "version": "0.0.1",
  "description": "Filter YouTube channels from search",
  "icons": {
    "48": "icons/border-48.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d51f749-9991-456a-b3fd-bf3608d0e4e9}"
    }
  }
}

Best Channel Filter Alternatives

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