Responsive YouTube
Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Co je Responsive YouTube?
Responsive YouTube je rozšíření Chrome vyvinuté Blaise Kal, a jeho hlavní funkcí je „Automatically switch YouTube to theater mode and size videos to fill your entire browser window.“.
Stáhnout soubor CRX rozšíření Responsive YouTube
Stáhněte si soubory rozšíření Responsive YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
• 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.
Základní Informace o Rozšíření
Název | |
ID | fchofanjgpjojphfdpakbdliemmmhnoi |
Oficiální URL | https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi |
Popis | Automatically switch YouTube to theater mode and size videos to fill your entire browser window. |
Velikost souboru | 6.43 KB |
Počet instalací | 10 |
Aktuální Verze | 1.3.1 |
Poslední Aktualizace | 2018-02-23 |
Datum Vydání | 2018-02-23 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Blaise Kal |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |