WebExtension.net
WebExtension.net

Streaming Party: watch together and chat

View on Chrome Web Store
View Streaming Party: watch together and chat Chrome Extension on Chrome Web Store
2.6 (5 ratings)

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

Streaming Party: watch together and chat! Extension to watch movies and shows remotely.
Type
Extension
Users
4,000 users
SVODExtensions
View author page of SVODExtensions
Published
Published on June 9, 2022
Version 0.0.16
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Streaming Party: watch together and chat 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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.16",
    "default_locale": "en",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.paramountplus.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.paramountplus.com\/*"
            ],
            "css": [
                "src\/contentscripts\/ui\/sidebar-host.css"
            ],
            "js": [
                "lib\/config.js",
                "lib\/jquery.js",
                "lib\/socketio.js",
                "lib\/global-helpers.js",
                "lib\/states.js",
                "src\/contentscripts\/helpers\/helper.js",
                "src\/contentscripts\/helpers\/ui-helper.js",
                "src\/contentscripts\/listener\/state-listener.js",
                "src\/contentscripts\/listener\/extension-messages.js",
                "src\/contentscripts\/listener\/websocket.js",
                "src\/contentscripts\/listener\/start-video-event.js",
                "src\/contentscripts\/actions\/close.js",
                "src\/contentscripts\/actions\/play.js",
                "src\/contentscripts\/actions\/pause.js",
                "src\/contentscripts\/actions\/seek.js",
                "src\/contentscripts\/actions\/bind-actions.js",
                "src\/contentscripts\/actions\/monitorForNativeEvents.js",
                "src\/contentscripts\/ui\/sidebar-host.js",
                "src\/contentscripts\/listener\/bootstrap.js",
                "src\/contentscripts\/paramount.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "src\/sidebar\/*"
            ],
            "matches": [
                "https:\/\/*.paramountplus.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}
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