YouTube Windowed Fullscreen

This extension allows you to play YouTube videos fullscreen within your browser's window.

What is YouTube Windowed Fullscreen?

YouTube Windowed Fullscreen is a Chrome extension developed by fredrikgjellesvik, and its main feature is "This extension allows you to play YouTube videos fullscreen within your browser's window.".

Extension Screenshots

screenshot

Download YouTube Windowed Fullscreen Extension CRX File

Download YouTube Windowed Fullscreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        When watching a video on YouTube, using this extension will play the video full screen within the browser's window.                    

Extension Basic Information

Name YouTube Windowed Fullscreen YouTube Windowed Fullscreen
ID iegaemeenabaiacgfdhjepmamefkejgm
Official URL https://chromewebstore.google.com/detail/youtube-windowed-fullscre/iegaemeenabaiacgfdhjepmamefkejgm
Description This extension allows you to play YouTube videos fullscreen within your browser's window.
File Size 5.42 KB
Installation Count 196
Current Version 1.0
Last Updated 2016-10-11
Publish Date 2016-10-10
Rating 2.60/5 Total 5 Ratings
Developer fredrikgjellesvik
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Windowed Fullscreen",
    "description": "This extension allows you to play YouTube videos fullscreen within your browser's window.",
    "version": "1.0",
    "icons": {
        "48": "48icon.png",
        "128": "128icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "addressChange.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}