Reddit Keyword Filter Firefox

Examine source code of Reddit Keyword Filter

Inspect and view changes in Reddit Keyword Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Keyword Filter",
  "version": "1.0",
  "description": "Filters out Reddit posts containing specific keywords.",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "options.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "applications": {
    "gecko": {
      "id": "mattias@raver.dk",
      "strict_min_version": "91.0"
    }
  }
}

Best Reddit Keyword Filter Alternatives

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