Skip Ads

Skip Ads

Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Skip Ads",
  "version": "1.1",
  "description": "Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}