YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
What is YTML - YouTube Music Light Theme?
YTML - YouTube Music Light Theme is a Chrome extension developed by ratushnyi.b, and its main feature is "Change appearance of YouTube Music to Light Gray for better usability.".
Extension Screenshots
Download YTML - YouTube Music Light Theme Extension CRX File
Download YTML - YouTube Music Light Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | YTML - YouTube Music Light Theme |
ID | fkcbmcknebadmgaloijlbnffppohlama |
Official URL | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama |
Description | Change appearance of YouTube Music to Light Gray for better usability. |
File Size | 73.92 KB |
Installation Count | 120 |
Current Version | 1.0.4 |
Last Updated | 2021-11-19 |
Publish Date | 2020-12-06 |
Rating | 4.75/5 Total 4 Ratings |
Developer | ratushnyi.b |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |