Autoskip for YouTube 2.0

Autoskip for YouTube 2.0

Automatically skips the YouTube ads. šŸš«

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Autoskip for YouTube 2.0",
  "version": "1.0",
  "icons": {
    "128": "icon_128.png"
  },
  "description": "Automatically skips the YouTube ads. šŸš«",
  "content_scripts": [
    {
      "matches": [
        "https://*.YouTube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 3
}