WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Picture in Picture

YouTube Picture in Picture

View on Chrome Web Store
View YouTube Picture in Picture Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (23 ratings)
1 new ratings
31 views
This extension has been viewed 31 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.

Watch videos using the YouTube Picture in Picture feature. It allows to use picture-in-picture mode on YouTube or other websites.
Type
Extension
Users
10,000 users
1K
latv******************
View author page of latv******************
Published
Published on May 16, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on May 29, 2024
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View YouTube 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",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "homepage_url": "https:\/\/chrome-page.com\/youtube-picture-in-picture",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "data\/plugins\/youtube.css"
            ],
            "js": [
                "data\/plugins\/youtube.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "data\/plugins\/global.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Click to PiP",
        "default_icon": {
            "16": "data\/icons\/disabled\/16.png",
            "32": "data\/icons\/disabled\/32.png",
            "48": "data\/icons\/disabled\/48.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "commands": {
        "_execute_action": []
    }
}
© 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