WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pic-in-Pic Floating Window works with Youtube

Pic-in-Pic Floating Window works with Youtube

View on Chrome Web Store
View Pic-in-Pic Floating Window works with Youtube Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (2 ratings)
1 new ratings
47 views
This extension has been viewed 47 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.

Independent software - not affiliated with YouTube. Watch YouTube videos and Shorts in a floating always-on-top window.
Type
Extension
Users
233 users
1
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on November 9, 2024
Version 1.0.6
Manifest version
3
Updated
Updated on January 22, 2026
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Pic-in-Pic Floating Window works with Youtube 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__",
    "version": "1.0.6",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/48pipYoutube.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "engine.js"
            ],
            "css": [
                "injected.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "js": [
                "contentAll.js"
            ],
            "css": [
                "contentAll.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "img\/48pipYoutube.png",
        "128": "img\/128pipYoutube.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/48pipYoutube.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2026 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