Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 26, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streaming Skipper works with Paramount Plus", "description": "Independent software not affiliated with Paramount. Automatically skips intros, recaps and clicks next episode button.", "version": "1.1.21", "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" } }