Responsive YouTube

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

Qu'est-ce que Responsive YouTube ?

Responsive YouTube est une extension Chrome développée par Blaise Kal, et sa fonction principale est "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

Télécharger le fichier CRX de l'extension Responsive YouTube

Téléchargez les fichiers d'extension Responsive YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
URL Officiel 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.
Taille du Fichier 6.43 KB
Nombre d'Installations 10
Version Actuelle 1.3.1
Dernière Mise à Jour 2018-02-23
Date de Publication 2018-02-23
Évaluation 1.00/5 Total 1 Évaluations
Développeur Blaise Kal
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}