YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
Was ist YTML - YouTube Music Light Theme?
YTML - YouTube Music Light Theme ist eine Chrome-Erweiterung, die von ratushnyi.b entwickelt wurde, und ihr Hauptmerkmal ist "Change appearance of YouTube Music to Light Gray for better usability.".
Erweiterungsscreenshots
YTML - YouTube Music Light Theme-Erweiterungs-CRX-Datei herunterladen
Laden Sie YTML - YouTube Music Light Theme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fkcbmcknebadmgaloijlbnffppohlama |
| Offizielle URL | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama |
| Beschreibung | Change appearance of YouTube Music to Light Gray for better usability. |
| Dateigröße | 73.92 KB |
| Installationsanzahl | 120 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2021-11-19 |
| Veröffentlichungsdatum | 2020-12-06 |
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
| Entwickler | ratushnyi.b |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |