WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Picture in Picture - Floating player

Picture in Picture - Floating player

View on Chrome Web Store
View Picture in Picture - Floating player Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (696 ratings)
1 new ratings
35 views
This extension has been viewed 35 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.

Picture-in-Picture mode allows you to watch a video in a floating window with playback video and volume controls.
Type
Extension
Users
200,000 users
100K
pip mode
View author page of pip mode
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 1, 2023
Version 1.0.6
Manifest version
3
Updated
Updated on January 20, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Picture in Picture - Floating player 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": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.6",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "cnt.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "permissions": [
        "scripting",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "manifest_version": 3
}
© 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