Better YouTube on Small Screens

by VittGam

Co to jest Better YouTube on Small Screens?

Better YouTube on Small Screens to rozszerzenie Chrome opracowane przez VittGam.net, a jego główną funkcją jest „by VittGam”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Better YouTube on Small Screens

Pobierz pliki rozszerzeń Better YouTube on Small Screens 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

                        This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.)                    

Podstawowe informacje o rozszerzeniu

Nazwa Better YouTube on Small Screens Better YouTube on Small Screens
ID icpgpoiikflpniipkfjfnjgajbggmhma
Oficjalny URL https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma
Opis by VittGam
Rozmiar pliku 3.79 KB
Liczba instalacji 12
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-11-30
Data Publikacji 2014-11-30
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper VittGam.net
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube on Small Screens",
    "version": "1.1",
    "description": "by VittGam",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/embed\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2
}