designer Tube

This makes your youtube look different, maybe in a good way, maybe not.

Co je designer Tube?

designer Tube je rozšíření Chrome vyvinuté martin.skovrup, a jeho hlavní funkcí je „This makes your youtube look different, maybe in a good way, maybe not.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření designer Tube

Stáhněte si soubory rozšíření designer Tube 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 is a work in progress. It changes the way your youtube looks, so its more of a dark version of the normal youtube. I chose not to change layout of youtube, so it's still as simple, and userfriendly as before, but it a version i feel like is better for the eyes.

If you find bugs, or just have any suggestions, please let me know, and i will take a look at it, as fast as possible.                    

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

Název designer Tube designer Tube
ID abdeakojnmdoeegikanjgodmcfgdhocg
Oficiální URL https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg
Popis This makes your youtube look different, maybe in a good way, maybe not.
Velikost souboru 10.32 KB
Počet instalací 62
Aktuální Verze 0.2.6
Poslední Aktualizace 2017-01-07
Datum Vydání 2017-01-07
Hodnocení 2.50/5 Celkem 2 Hodnocení
Vývojář martin.skovrup
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "designer Tube",
    "version": "0.2.6",
    "description": "This makes your youtube look different, maybe in a good way, maybe not.",
    "icons": {
        "50": "prettytube.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}