Ad Killer for Quora™

Ad Killer for Quora™

Gets rid of the ads and sponsored content from Quora™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icon128.png"
  },
  "author": "Wrybread",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "removeAds.js"
      ],
      "matches": [
        "https://*.quora.com/*"
      ]
    }
  ],
  "description": "Gets rid of the ads and sponsored content from Quora™.",
  "host_permissions": [
    "https://*.quora.com/*"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApxlHszNDlUNOmymgEwciV12jL1Ed2pmY8tqLvelTQMTScNAzoI4T2qkp8aJyIy735uPR5fxPL0Y4pG8wSXGpQds39END9RHqrBPbLGI0mvj8WOWuZbnvEtV1ieScysrSXiWrvmuoZD/vpp58voTqptvK7t66rSTbf0khXOmBXhhr5nr1kGdWhRlK4IDQmRXq/ZF48IAuW/qMcrd1cE8MQvuRbehWAS2bVz4DaCWcAarN9IUcZDglvRvAwyX03UMlQINClYdZ49p7ECnkotd0tOfQbgEBZdiPSBMkwM0DqW7vysqyHyKPhh3zsJLXNEGXHYat/lcIQOeqDlJAIWQ3uwIDAQAB",
  "manifest_version": 3,
  "name": "Ad Killer for Quora™",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5"
}