YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
Cos'è YTML - YouTube Music Light Theme?
YTML - YouTube Music Light Theme è un'estensione di Chrome sviluppata da ratushnyi.b, e la sua funzione principale è "Change appearance of YouTube Music to Light Gray for better usability.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YTML - YouTube Music Light Theme
Scarica i file di estensione YTML - YouTube Music Light Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
I hate default dark YT theme and did some small changes in design. For now done:
- gray background
- "Recent activity" removed from Library
- removed playlist icon
- compact playlists list when you need to add song there Informazioni di Base sull'Estensione
| Nome | |
| ID | fkcbmcknebadmgaloijlbnffppohlama |
| URL Ufficiale | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama |
| Descrizione | Change appearance of YouTube Music to Light Gray for better usability. |
| Dimensione del File | 73.92 KB |
| Conteggio Installazioni | 120 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2021-11-19 |
| Data di Pubblicazione | 2020-12-06 |
| Valutazione | 4.75/5 Totale 4 Valutazioni |
| Sviluppatore | ratushnyi.b |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YTML - YouTube Music Light Theme",
"version": "1.0.4",
"description": "Change appearance of YouTube Music to Light Gray for better usability.",
"short_name": "YT Music Light",
"permissions": [
"https:\/\/music.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/music.youtube.com\/*"
],
"css": [
"style.css"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
}
} | |