Better YouTube on Small Screens

by VittGam

Co je Better YouTube on Small Screens?

Better YouTube on Small Screens je rozšíření Chrome vyvinuté VittGam.net, a jeho hlavní funkcí je „by VittGam“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Better YouTube on Small Screens

Stáhněte si soubory rozšíření Better YouTube on Small Screens 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í

                        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.)                    

Základní Informace o Rozšíření

Název Better YouTube on Small Screens Better YouTube on Small Screens
ID icpgpoiikflpniipkfjfnjgajbggmhma
Oficiální URL https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma
Popis by VittGam
Velikost souboru 3.79 KB
Počet instalací 12
Aktuální Verze 1.1
Poslední Aktualizace 2014-11-30
Datum Vydání 2014-11-30
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář VittGam.net
Typ Platby free
Podporované Jazyky 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
}