Feature Remover Firefox

Examine source code of Feature Remover

Inspect and view changes in Feature Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Feature Remover",
  "author": "Xander Jake de los Santos || @xanderjakeq",
  "version": "0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "https://gumroad-validation.herokuapp.com/",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Feature Remover Alternatives

Here are some Firefox add-ons that are similar to Feature Remover: