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 擴展基本資訊
| 名稱 | |
| ID | fkcbmcknebadmgaloijlbnffppohlama |
| 官方網址 | 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"
}
} | |