Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

What is Responsive YouTube?

Responsive YouTube is a Chrome extension developed by Blaise Kal, and its main feature is "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

Download Responsive YouTube Extension CRX File

Download Responsive 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

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

Extension Basic Information

Name Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
Official URL https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
Description Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
File Size 6.43 KB
Installation Count 10
Current Version 1.3.1
Last Updated 2018-02-23
Publish Date 2018-02-23
Rating 1.00/5 Total 1 Ratings
Developer Blaise Kal
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}