Full Window YouTube

Resize YouTube videos to fill the entire browser window.

What is Full Window YouTube?

Full Window YouTube is a Chrome extension developed by robbyking, and its main feature is "Resize YouTube videos to fill the entire browser window. ".

Extension Screenshots

screenshot
screenshot

Download Full Window YouTube Extension CRX File

Download Full Window YouTube 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

                        Resize YouTube videos to fill the entire browser window.                    

Extension Basic Information

Name Full Window YouTube Full Window YouTube
ID ljoihobokkeeobaplgebomjknmchpace
Official URL https://chrome.google.com/webstore/detail/ljoihobokkeeobaplgebomjknmchpace
Description Resize YouTube videos to fill the entire browser window.
File Size 22.78 KB
Installation Count 1,188
Current Version 0.1
Last Updated 2017-03-02
Publish Date 2017-03-02
Rating 4.08/5 Total 13 Ratings
Developer robbyking
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Window YouTube",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}