Interest-based advertising opt-out (by Google)

Interest-based advertising opt-out (by Google)

Opt out of Google's interest-based ads as you browse the web with Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IBA Opt-out (by Google)",
  "version": "2.1resigned1",
  "description": "Opt out of Google's interest-based ads as you browse the web with Chrome.",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "AdvertisingOptOutPlugin.js",
      "background.js"
    ]
  },
  "minimum_chrome_version": "12.0.707.0",
  "permissions": [
    "http://doubleclick.net/",
    "cookies"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}