Responsive YouTube
Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Co to jest Responsive YouTube?
Responsive YouTube to rozszerzenie Chrome opracowane przez Blaise Kal, a jego główną funkcją jest „Automatically switch YouTube to theater mode and size videos to fill your entire browser window.”.
Pobierz plik CRX rozszerzenia Responsive YouTube
Pobierz pliki rozszerzeń Responsive YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
• 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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fchofanjgpjojphfdpakbdliemmmhnoi |
Oficjalny URL | https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi |
Opis | Automatically switch YouTube to theater mode and size videos to fill your entire browser window. |
Rozmiar pliku | 6.43 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2018-02-23 |
Data Publikacji | 2018-02-23 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Blaise Kal |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |