AdSkip YouTube

AdSkip YouTube

AdSkip Tube allows you to remove the Adblock message on YouTube “Ad blockers are not allowed on YouTube”. Don't forget to turn off your ad blocker, not completely, but only on YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AdSkip YouTube",
  "version": "2.6.19",
  "description": "Remove Adblock message on YouTube 'Ad blockers are not allowed on YouTube'.",
  "icons": {
    "32": "icons/icon-32.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*",
        "*://youtu.be/*"
      ],
      "js": [
        "Youtube-Ad-blocker-Reminder-Remover.user.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{545ce823-2b9e-44cc-9772-c23b713ee223}"
    }
  }
}