WebExtension.net
WebExtension.net

Floating Video with Playback Controls

View on Chrome Web Store
View Floating Video with Playback Controls Chrome Extension on Chrome Web Store
4.2 (236 ratings)
1 new ratings

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 controls.
Type
Extension
Users
800,000 users
Floating Player
View author page of Floating Player
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 13, 2022
Version 1.8
Manifest version
3
Updated
Updated on September 13, 2024
View on Chrome Web Store
View Floating Video with Playback Controls Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.8",
    "default_locale": "en",
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "js": [
                "content-listener.js"
            ],
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "action": {
        "default_title": "__MSG_name__"
    },
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3
}
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