Freaky Blinders - Reddit Post Filter Firefox

Examine source code of Freaky Blinders - Reddit Post Filter

By: Delizin
Inspect and view changes in Freaky Blinders - Reddit Post Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Freaky Blinders",
  "version": "1.1",
  "description": "Filters Reddit posts based on user-defined keywords.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "reddit-filter-addon@example.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Freaky Blinders - Reddit Post Filter Alternatives

Here are some Firefox add-ons that are similar to Freaky Blinders - Reddit Post Filter: