WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Windowed - floating Youtube/every website

Windowed - floating Youtube/every website

View on Chrome Web Store
View Windowed - floating Youtube/every website Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (415 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Changes fullscreen buttons to go into a popup. Works for every website that uses fullscreen, including Youtube, Vimeo, Netflix
Type
Extension
Users
80,000 users
5K
Michiel Dral
View author page of Michiel Dral
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 14, 2017
Version 34
Manifest version
3
Updated
Updated on November 28, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Windowed - floating Youtube/every website 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": "Windowed - floating Youtube\/every website",
    "short_name": "Windowed",
    "description": "Changes fullscreen buttons to go into a popup. Works for every website that uses fullscreen, including Youtube, Vimeo, Netflix",
    "developer": {
        "name": "Michiel Dral",
        "url": "https:\/\/dral.eu\/"
    },
    "version": "34",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "offscreen"
    ],
    "applications": {
        "gecko": {
            "id": "{477dbe5e-1742-4641-a2c3-b6113bb5cf6e}"
        }
    },
    "action": {
        "default_popup": "Popup\/Popup.html",
        "default_icon": {
            "32": "\/Images\/[email protected]"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "Vendor\/browser-polyfill.min.js",
                "Content.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "Windowed-inject-into-page.js"
            ],
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "background": {
        "service_worker": "Background\/BackgroundModule.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "Vendor\/browser-polyfill.min.js",
                "Vendor\/Browser.js",
                "Windowed-inject-into-page.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "Icons\/Icon_16.png",
        "32": "Icons\/Icon_32.png",
        "64": "Icons\/Icon_64.png",
        "128": "Icons\/Icon_128.png"
    }
}
© 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