WebExtension.net
Toggle dark mode
WebExtension.net

Youtube Pop Out Player

View on Chrome Web Store
View Youtube Pop Out Player Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (9 ratings)
1 new ratings
0 views
This extension has been viewed 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
2,000 users
1K
Website cresotech.com
cresotech
View author page of cresotech
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 24, 2024
Version 1.1
Manifest version
3
Updated
Updated on October 24, 2024
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,
    "name": "__MSG_appName__",
    "version": "1.1",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/video-icon16.png",
            "48": "images\/video-icon48.png",
            "64": "images\/video-icon64.png",
            "128": "images\/video-icon128.png"
        }
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "webNavigation",
        "declarativeNetRequest",
        "windows"
    ],
    "icons": {
        "16": "images\/video-icon16.png",
        "48": "images\/video-icon48.png",
        "64": "images\/video-icon64.png",
        "128": "images\/video-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtu.be\/*"
            ],
            "js": [
                ".\/static\/js\/contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "openPopout": {
            "suggested_key": {
                "default": "Ctrl+Up",
                "mac": "Command+Up"
            },
            "description": "Open YouTube video in popout player"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/video-icon16.png",
                "images\/video-icon48.png",
                "images\/video-icon64.png",
                "images\/video-icon128.png",
                "images\/rating_star.png",
                "images\/rocket.png",
                "images\/button-icon.png",
                "images\/Screenshot.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtu.be\/*"
    ]
}
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