WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Picture In Picture for Paramount+

Picture In Picture for Paramount+

View on Chrome Web Store
View Picture In Picture for Paramount+ Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
1 new ratings
21 views
This extension has been viewed 21 times
0 downloads
This extension has been downloaded 0 times

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

Extension to watch Paramount+ in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.
Type
Extension
Users
1,000 users
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on March 17, 2022
Version 1.0.20
Manifest version
3
Updated
Updated on June 4, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View Picture In Picture for Paramount+ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture In Picture for Paramount+",
    "description": "Extension to watch Paramount+ in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.",
    "version": "1.0.20",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.paramountplus.com\/*"
    ],
    "action": {
        "default_title": "Paramount Picture in Picture"
    },
    "content_scripts": [
        {
            "js": [
                "engine.js",
                "paramount.min.js"
            ],
            "css": [
                "injected.css"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/16x16_paramount.png",
        "48": "img\/48x48_paramount.png",
        "128": "img\/128x128_paramount.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 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