YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
什么是YTML - YouTube Music Light Theme?
YTML - YouTube Music Light Theme是由ratushnyi.b开发的Chrome扩展程序,该扩展的主要功能是“Change appearance of YouTube Music to Light Gray for better usability.”。
扩展截图
下载YTML - YouTube Music Light Theme扩展crx文件
下载YTML - YouTube Music Light Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | YTML - YouTube Music Light Theme |
ID | fkcbmcknebadmgaloijlbnffppohlama |
官方URL | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama |
简介 | Change appearance of YouTube Music to Light Gray for better usability. |
文件大小 | 73.92 KB |
安装次数 | 120 |
当前版本 | 1.0.4 |
更新时间 | 2021-11-19 |
上架时间 | 2020-12-06 |
评分 | 4.75/5 共4次评分 |
开发者 | ratushnyi.b |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |