Youtube Fullscreen Enabler

This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it

What is Youtube Fullscreen Enabler?

Youtube Fullscreen Enabler is a Chrome extension developed by Siggen, and its main feature is "This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it".

Download Youtube Fullscreen Enabler Extension CRX File

Download Youtube Fullscreen Enabler 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

                        This lightweight extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it. Saves you the hassle of having to open the video on youtube and then opening fullscreen

Privacy disclosure:
This extension does not collect, save, transmit, or in any other way handle any data of any kind                    

Extension Basic Information

Name Youtube Fullscreen Enabler Youtube Fullscreen Enabler
ID mbmmkmkhjddmjhcimakfnpjhfbjdpnam
Official URL https://chromewebstore.google.com/detail/youtube-fullscreen-enable/mbmmkmkhjddmjhcimakfnpjhfbjdpnam
Description This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it
File Size 3.2 KB
Installation Count 76
Current Version 0.0.1
Last Updated 2016-04-17
Publish Date 2016-04-17
Rating 3.30/5 Total 10 Ratings
Developer Siggen
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullscreen Enabler",
    "description": "This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}