Quora Ad Killer Firefox

Examine source code of Quora Ad Killer

Inspect and view changes in Quora Ad Killer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quora Ad Killer",
  "description": "Gets rid of the ads and sponsored content from Quora.",
  "author": "Wrybread",
  "version": "1.2",
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "background": {
    "scripts": [
      "background-firefox.js"
    ]
  },
  "permissions": [
    "https://*.quora.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "wrybread@gmail.com-quora_ad_killer"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.quora.com/*"
      ],
      "js": [
        "removeAds.js"
      ]
    }
  ]
}

Best Quora Ad Killer Alternatives

Here are some Firefox add-ons that are similar to Quora Ad Killer: