Center Youtube
Centers the new Youtube layout.
Co to jest Center Youtube?
Center Youtube to rozszerzenie Chrome opracowane przez wrasidlo, a jego główną funkcją jest „Centers the new Youtube layout.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Center Youtube
Pobierz pliki rozszerzeń Center 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
Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages. To do list: - Eliminate the extra whitespace Youtube puts to the left of video pages. - Allow users to set a custom page width.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | jepijedophiopanflknonobnmlmkmled |
Oficjalny URL | https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled |
Opis | Centers the new Youtube layout. |
Rozmiar pliku | 3.13 KB |
Liczba instalacji | 473 |
Aktualna Wersja | 0.9 |
Ostatnia Aktualizacja | 2014-01-15 |
Data Publikacji | 2014-01-15 |
Ocena | 3.56/5 Łącznie 27 Oceny |
Deweloper | wrasidlo |
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": "Center Youtube", "description": "Centers the new Youtube layout.", "version": "0.9", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "style.css" ] } ] } |