YoutubeAutoSkip

YoutubeAutoSkip

A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YoutubeAutoSkip",
  "version": "3.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "description": "A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.",
  "icons": {
    "48": "icon.ico"
  }
}