WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

Floating Video Player – Picture-in-Picture

Floating Video Player – Picture-in-Picture

View on Chrome Web Store
View Floating Video Player – Picture-in-Picture Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
12 new ratings
35 views
This extension has been viewed 35 times

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

The extension enables users to enjoy videos in a Picture-in-Picture (PiP) mode.
Type
Extension
Users
1,000 users
5
Pic Mode Player
View author page of Pic Mode Player
Published
Published on February 10, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on March 19, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Floating Video Player – Picture-in-Picture 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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "__MSG_app_short_name__",
    "version": "1.0.1",
    "default_locale": "en",
    "author": "PiP Mode Developer",
    "icons": {
        "32": "\/img\/logo\/32.png",
        "64": "\/img\/logo\/64.png",
        "128": "\/img\/logo\/128.png",
        "256": "\/img\/logo\/256.png",
        "512": "\/img\/logo\/512.png"
    },
    "action": {
        "default_icon": {
            "16": "\/img\/icon\/16.png",
            "24": "\/img\/icon\/24.png",
            "32": "\/img\/icon\/32.png",
            "64": "\/img\/icon\/64.png",
            "128": "\/img\/icon\/128.png",
            "256": "\/img\/icon\/256.png",
            "512": "\/img\/icon\/512.png"
        },
        "default_title": "__MSG_app_title__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "mac": "Command+Shift+P",
                "windows": "Shift+Alt+P"
            },
            "description": "__MSG_shortcut_description__"
        }
    }
}
© 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