Peacock TV Skipper: skip ads, intros & more

Peacock TV Skipper: skip ads, intros & more

Automatically skip intros, recaps, block ads and click next episode button on Peacock TV

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Peacock TV Skipper: skip ads, intros & more",
  "description": "Automatically skip intros, recaps, block ads and click next episode button on Peacock TV",
  "version": "1.1.13",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*.peacocktv.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "Peacock71Skipper.png"
  },
  "content_scripts": [
    {
      "js": [
        "options.js",
        "engine.js",
        "peacock.min.js"
      ],
      "matches": [
        "*://*.peacocktv.com/*"
      ]
    }
  ],
  "icons": {
    "36": "Peacock36Skipper.png",
    "71": "Peacock71Skipper.png"
  }
}