Youtube Ad Remover

Youtube Ad Remover

This extension will remove Youtube ads for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube Ad Remover",
  "version": "1.1",
  "description": "This extension will remove Youtube ads for you.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}