WebExtension.net
WebExtension.net

Streaming Skipper for Paramount+

View on Chrome Web Store
View Streaming Skipper for Paramount+ Chrome Extension on Chrome Web Store
3.9 (23 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically skip intros, recaps, and click next episode button on Paramount+.
Type
Extension
Users
5,000 users
dogooodapp
View author page of dogooodapp
Published
Published on February 8, 2022
Version 1.1.15
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Streaming Skipper for Paramount+ Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top