Block AdBlocker Blockers

Block AdBlocker Blockers

Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Block AdBlocker Blockers",
  "permissions": [
    "activeTab"
  ],
  "version": "0.0.02",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "description": "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.",
  "icons": {
    "128": "blockAdBlockerBlockers.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "blockAdBlockerBlockers.png"
    },
    "default_title": "I.... I BLOCKED THEM! ... I BLOCKED THEM ALL!!\nThey are BLOCKED... Every single one of them...\nAnd not just the blockers...\nBut the blockers and the blockers that are blocking their blockers too...\nThey are like AdBlocker Blockers, And blocked them like Ad Blocker Blockers!!!\n\nI HATE THEM!!!"
  },
  "web_accessible_resources": [
    "injectable.js"
  ]
}