Youtube Subscription Filter Firefox

Examine source code of Youtube Subscription Filter

Inspect and view changes in Youtube Subscription Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Filter out videos from your subscription that you dont like",
  "manifest_version": 2,
  "name": "Filter",
  "version": "0.4.3",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "225": "icons/rendered.png"
  },
  "browser_action": {
    "default_icon": "icons/rendered-32.png",
    "theme_icons": [
      {
        "light": "icons/rendered-32.png",
        "dark": "icons/rendered-32.png",
        "size": 32
      }
    ],
    "default_title": "Youtube-filtre",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{24cd0ec4-dd84-4228-b583-f336aff5c627}"
    }
  }
}

Best Youtube Subscription Filter Alternatives

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