Tarnhelm

Tarnhelm

Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tarnhelm",
  "version": "9",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "19.png",
    "default_title": "__MSG_button_tip__"
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "tabs"
  ]
}