Youtube ad fast-forwarder

Youtube ad fast-forwarder

Automatically fast-forwards promotions in Youtube videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube ad fast-forwarder",
  "version": "1.2.5",
  "description": "Automatically fast-forwards promotions in Youtube videos.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "peaceAmongTheWorlds.gif",
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmdrZL55CowPiGMctcoNqWknEXvopDWQZSMhBLnzWrQ5X/vIgrNdysI0awBZ1EI0+1OKqXhpan/8lNB+mBY9zd5EK2Z6MsvP+K39I82EOtle2LyQmTv91UnczZ7If1QQuAkiE2yqQjrcHEwazhD/ya+PUkSLWeFrJzWA7wU6nqw/yGPCQTYn8l/fzZD9vonTsxbKIspX8iJ1MXhQ1mO1R65V5FWw+q8Son/WJM5ptrgDG7pI2Qx+loKHP4pF25FckCquty9PQEWWfXP9z2PjAzQNTMmrKHS12+KWJ6IdH0z5Og36WnWjmYT+8UGW6vvTRh1MxPHJP2unf56gsSbTbNwIDAQAB"
}