Responsive YouTube
Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Was ist Responsive YouTube?
Responsive YouTube ist eine Chrome-Erweiterung, die von Blaise Kal entwickelt wurde, und ihr Hauptmerkmal ist "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".
Responsive YouTube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Responsive YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
• 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fchofanjgpjojphfdpakbdliemmmhnoi |
Offizielle URL | https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi |
Beschreibung | Automatically switch YouTube to theater mode and size videos to fill your entire browser window. |
Dateigröße | 6.43 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2018-02-23 |
Veröffentlichungsdatum | 2018-02-23 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Blaise Kal |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |