designer Tube

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

Co to jest designer Tube?

designer Tube to rozszerzenie Chrome opracowane przez martin.skovrup, a jego główną funkcją jest „This makes your youtube look different, maybe in a good way, maybe not.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia designer Tube

Pobierz pliki rozszerzeń designer Tube 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 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa designer Tube designer Tube
ID abdeakojnmdoeegikanjgodmcfgdhocg
Oficjalny URL https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg
Opis This makes your youtube look different, maybe in a good way, maybe not.
Rozmiar pliku 10.32 KB
Liczba instalacji 62
Aktualna Wersja 0.2.6
Ostatnia Aktualizacja 2017-01-07
Data Publikacji 2017-01-07
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper martin.skovrup
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": "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\/*"
            ]
        }
    ]
}