AdSkip-YT

AdSkip-YT

It skip's the skippable ad in the video , No need to click on 'Skip Ad' button it will automatically detect ad and skip it .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "AdSkip-YT",
  "version": "1.0.2",
  "description": "It skip's the skippable ad in the video , No need to click on 'Skip Ad' button it will automatically detect ad and skip it .  ",
  "host_permissions": [
    "https://*.youtube.com/*",
    "https://extension-notifier.abu3abu6.workers.dev/"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}