WebExtension.net
WebExtension.net

Floating Video Player

View on Chrome Web Store
View Floating Video Player Chrome Extension on Chrome Web Store
4.5 (275 ratings)

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

Enjoy web surfing with Picture-in-Picture (PiP) mode. Embrace the convenience of a floating video player for the web!
Type
Extension
Users
600,000 users
Sylvia Stair
View author page of Sylvia Stair
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 1, 2021
Version 1.4.16
Manifest version
3
Updated
Updated on July 31, 2024
View on Chrome Web Store
View Floating Video Player Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png",
            "300": "images\/icon300.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "300": "images\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "short_name": "__MSG_appName__",
    "version": "1.4.16",
    "web_accessible_resources": [
        {
            "resources": [
                "\/badge_icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
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