YT Comments Filter Firefox

Examine source code of YT Comments Filter

Inspect and view changes in YT Comments Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT Comments Filter",
  "description": "An extension for filtering YouTube comments",
  "version": "0.3.0",
  "author": "Žan Pukmajster",
  "icons": {
    "16": "media/icon-16.png",
    "48": "media/icon-48.png",
    "128": "media/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "src/index.js"
      ]
    }
  ],
  "options_ui": {
    "page": "src/popup.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_icon": "media/icon-48.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2bd9aae6-e027-4092-acf6-c4a9bef97247}"
    }
  }
}

Best YT Comments Filter Alternatives

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