Ethical AdBlock

Ethical AdBlock

Ethical Adblock is the first undetectable and ethical ad blocker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ethical AdBlock",
  "version": "1.3",
  "description": "Ethical Adblock is the first undetectable and ethical ad blocker.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "blocked_domains.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "adskip.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "icons": {
    "128": "Logo_EthicalBlocker.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}