Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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.16", "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" } }