Ad Speedup Skip Video Ads Fast

Ad Speedup Skip Video Ads Fast

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


{
  "manifest_version": 3,
  "name": "Ad Speedup - Skip Video Ads Faster",
  "short_name": "Ad Speedup",
  "version": "1.0.2",
  "description": "Automatically speed-up ads on videos. Save time, enhance viewing. Simple, fast, and user-friendly. Transform your browsing now!",
  "author": "hackhive.io",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    },
    "gecko_android": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "minified/content-script.min.js"
      ],
      "run_at": "document_start"
    }
  ]
}