Responsive YouTube

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

Wat is Responsive YouTube?

Responsive YouTube is een Chrome-extensie ontwikkeld door Blaise Kal, en de belangrijkste functie is "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

Download het CRX-bestand van de extensie Responsive YouTube

Download Responsive YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        • 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.                    

Basisinformatie over de Extensie

Naam Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
Officiële URL https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
Beschrijving Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Bestandsgrootte 6.43 KB
Aantal Installaties 10
Huidige Versie 1.3.1
Laatst Bijgewerkt 2018-02-23
Publicatiedatum 2018-02-23
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Blaise Kal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}