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": "Streaming Skipper for Paramount+", "description": "Automatically skip intros, recaps, and click next episode button on Paramount+.", "version": "1.1.15", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.paramountplus.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "ParamountIcon2.png" }, "content_scripts": [ { "js": [ "options.js", "engine.js", "paramount.min.js" ], "matches": [ "*:\/\/*.paramountplus.com\/*" ] } ], "icons": { "38": "ParamountIcon1.png", "128": "ParamountIcon2.png" }, "background": { "service_worker": "background.js" } }