Youtube Auto Ad Skipper

Youtube Auto Ad Skipper

Automatically skips YouTube ads whenever possible in such a way that the content creator gets paid for their work

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Youtube Auto Ad Skipper",
  "description": "Automatically skips YouTube ads whenever possible in such a way that the content creator gets paid for their work",
  "version": "0.4.4resigned1",
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "permissions": [
    "https://*.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{330dc7b7-1446-4b5e-9d1c-aa8c6691b04d}"
    }
  }
}