WebExtension.net
WebExtension.net

PiP (Picture in picture)

View on Chrome Web Store
View PiP (Picture in picture) Chrome Extension on Chrome Web Store
4.2 (325 ratings)

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

Watch videos in a floating window Picture in Picture (PIP) outside the browser window or on top of any other application.
Type
Extension
Users
800,000 users
Picture in picture
View author page of Picture in picture
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 19, 2022
Version 1.6.1
Manifest version
3
Updated
Updated on July 16, 2024
View on Chrome Web Store
View PiP (Picture in picture) Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.6.1",
    "action": {
        "default_icon": "icons\/inactive.png"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Alt+P",
                "linux": "Alt+P",
                "mac": "Alt+P",
                "windows": "Alt+P"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "scripting"
    ]
}
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