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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ratushnyi.b และคุณลักษณะหลักของมันคือ "Change appearance of YouTube Music to Light Gray for better usability."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YTML - YouTube Music Light Theme
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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"
}
} | |