Google Tag Manager Blocker

Google Tag Manager Blocker

Google Tag Manager Blocker allows you to block the GTag Manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Google Tag Manager Blocker",
  "short_name": "blockgtag",
  "description": "Google Tag Manager Blocker allows you to block the GTag Manager",
  "author": "Patrick Albrecht",
  "version": "0.0.4resigned1",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "data/icons/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "homepage_url": "https://github.com/heubergen/block-google-tag-manager",
  "icons": {
    "49": "data/icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6cbc4940-eb87-4dba-9654-1002fb91e9e0}"
    }
  }
}