blocker for Google Analytics™

blocker for Google Analytics™

blocked Google Analytics™ for selected sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.0.4",
  "author": "www.ilstyle.de",
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_name_short__",
  "description": "__MSG_app_description__",
  "default_locale": "de",
  "icons": {
    "16": "incognito-16.png",
    "32": "incognito-32.png",
    "48": "incognito-48.png",
    "128": "incognito-128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "blockscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "incognito-16.png",
    "default_title": "__MSG_app_msg_block__"
  }
}