ytClean | Modern YouTube Theme
A clean, modern look and feel for YouTube.
Co to jest ytClean | Modern YouTube Theme?
ytClean | Modern YouTube Theme to rozszerzenie Chrome opracowane przez http://justinoboyle.com, a jego główną funkcją jest „A clean, modern look and feel for YouTube.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ytClean | Modern YouTube Theme
Pobierz pliki rozszerzeń ytClean | Modern YouTube Theme 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
ytClean provides a new and refreshing experience to YouTube. Features: - Darker theme to go easier on the eyes. - The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel. ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ibnledgdeclbdgjbjlmllphepfbopnmg |
Oficjalny URL | https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg |
Opis | A clean, modern look and feel for YouTube. |
Rozmiar pliku | 293 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 3.50/5 Łącznie 14 Oceny |
Deweloper | http://justinoboyle.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/justinoboyle/ytClean/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ytClean | Modern YouTube Theme", "version": "0.0.3", "manifest_version": 2, "description": "A clean, modern look and feel for YouTube.", "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |