YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

What is YouTube Video Expander?

YouTube Video Expander is a Chrome extension developed by wilmol, and its main feature is "Embeds the current YouTube video within the entire Chrome window.".

Extension Screenshots

screenshot
screenshot

Download YouTube Video Expander Extension CRX File

Download YouTube Video Expander 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

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

Extension Basic Information

Name YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Official URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Description Embeds the current YouTube video within the entire Chrome window.
File Size 5.06 KB
Installation Count 396
Current Version 0.0.0.4
Last Updated 2017-04-20
Publish Date 2017-04-19
Rating 3.25/5 Total 4 Ratings
Developer wilmol
Email [email protected]
Payment Type free
Extension Website http://github.com/wilmol
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}