WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Youtube Pop Out Player

Youtube Pop Out Player

View on Chrome Web Store
View Youtube Pop Out Player Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (288 ratings)
4 new ratings
71 views
This extension has been viewed 71 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.

Explore picture in picture chrome mode with YouTube Pop Out Player – your ideal youtube miniplayer chrome extension now!
Type
Extension
Users
20,000 users
5K
Website cresotech.com
cresotech
View author page of cresotech
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 24, 2024
Version 3.0
Manifest version
3
Updated
Updated on June 11, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Youtube Pop Out Player 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,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/video-icon16.png",
        "48": "images\/video-icon48.png",
        "128": "images\/video-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/button-icon.png"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}
© 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