Youtube™ Ad Blocker Auto Skip - YouSkip™

Youtube™ Ad Blocker Auto Skip - YouSkip™

Youtube™ Ad Blocker Auto Skip - YouSkip™ Ad Skipper, Ads mute & Speed Up Unskippable Ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Youtube™ Ad Blocker Auto Skip - YouSkip™",
  "description": "Youtube™ Ad Blocker Auto Skip - YouSkip™ Ad Skipper, Ads mute & Speed Up Unskippable Ads",
  "version": "2.2.0",
  "action": {
    "default_popup": "src/index.html",
    "default_icon": "assets/icon/48.png"
  },
  "icons": {
    "16": "assets/icon/16.png",
    "32": "assets/icon/32.png",
    "48": "assets/icon/48.png",
    "128": "assets/icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "src/content.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "src/background.js"
  }
}