YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
Hvad er YTML - YouTube Music Light Theme?
YTML - YouTube Music Light Theme er en Chrome-udvidelse udviklet af ratushnyi.b, og dens hovedfunktion er "Change appearance of YouTube Music to Light Gray for better usability.".
Udvidelsesskærmbilleder
Download YTML - YouTube Music Light Theme-udvidelses-CRX-fil
Download YTML - YouTube Music Light Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fkcbmcknebadmgaloijlbnffppohlama |
| Officiel URL | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama |
| Beskrivelse | Change appearance of YouTube Music to Light Gray for better usability. |
| Filstørrelse | 73.92 KB |
| Antal Installationer | 120 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2021-11-19 |
| Udgivelsesdato | 2020-12-06 |
| Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
| Udvikler | ratushnyi.b |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |