YT Ad Speedup - Skip Ads Faster

YT Ad Speedup - Skip Ads Faster

Automatically speed-up ads on videos. Save time, enhance viewing. Simple, fast, and user-friendly. Transform your browsing now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ad Speedup - Skip Video Ads Faster",
  "short_name": "Ad Speedup",
  "version": "1.0.5",
  "version_name": "1.0.5",
  "description": "Automatically speed-up ads on videos. Save time, enhance viewing. Simple, fast, and user-friendly. Transform your browsing now!",
  "author": "[email protected]",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "script/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f5ec562-8beb-11ee-b9d1-0242ac120002}",
      "strict_min_version": "52.0"
    }
  }
}