Remove StartPage Ads

Remove StartPage Ads

Firefox extension that removes ads from all webpages matching startpage.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Remove StartPage Ads",
  "description": "Removes ads from all webpages matching startpage.com.",
  "manifest_version": 2,
  "version": "1.0.0",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.startpage.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}