IBA Opt-out (by Google)

IBA Opt-out (by Google)

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

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IBA Opt-out (by Google)",
  "version": "1.5",
  "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": [
      "background.js"
    ]
  },
  "minimum_chrome_version": "12.0.707.0",
  "permissions": [
    "http://doubleclick.net/",
    "cookies"
  ]
}