Youtube Anti Adblock Bypasser

Youtube Anti Adblock Bypasser

an extension to bypass the video player block when using an adblock on youtube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Youtube Anti Adblock Bypasser",
  "version": "1.2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "description": "little extension to bypass the anti adblocker",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}