Maximize Your Video

Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…

What is Maximize Your Video?

Maximize Your Video is a Chrome extension developed by http://html5devs.blogspot.com, and its main feature is "Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…".

Extension Screenshots

screenshot
screenshot

Download Maximize Your Video Extension CRX File

Download Maximize Your Video 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

                        Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the videos would play full screen but still leave the browser address bar visible. This allowed me to easily work on my second monitor without the video closing like when you normally maximize.                    

Extension Basic Information

Name Maximize Your Video Maximize Your Video
ID nnoolcmohdeiebjkjepmpjgmdpidcnpd
Official URL https://chrome.google.com/webstore/detail/maximize-your-video/nnoolcmohdeiebjkjepmpjgmdpidcnpd
Description Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…
File Size 91.1 KB
Installation Count 212
Current Version 2.0.0.4
Last Updated 2013-08-01
Publish Date 2013-08-01
Rating 4.19/5 Total 21 Ratings
Developer http://html5devs.blogspot.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Your Video",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*"
    ],
    "version": "2.0.0.4",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon1.png",
        "name": "Click to maximize in the tab"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "content.js",
                "start.js",
                "off.js"
            ]
        }
    ]
}