YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
Wat is YTML - YouTube Music Light Theme?
YTML - YouTube Music Light Theme is een Chrome-extensie ontwikkeld door ratushnyi.b, en de belangrijkste functie is "Change appearance of YouTube Music to Light Gray for better usability.".
Extensie Screenshots
Download het CRX-bestand van de extensie YTML - YouTube Music Light Theme
Download YTML - YouTube Music Light Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | fkcbmcknebadmgaloijlbnffppohlama | 
| Officiële URL | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama | 
| Beschrijving | Change appearance of YouTube Music to Light Gray for better usability. | 
| Bestandsgrootte | 73.92 KB | 
| Aantal Installaties | 120 | 
| Huidige Versie | 1.0.4 | 
| Laatst Bijgewerkt | 2021-11-19 | 
| Publicatiedatum | 2020-12-06 | 
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | ratushnyi.b | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |