Youtube Darkmode
Enable Youtube's new Material UI theme
Youtube Darkmodeคืออะไร?
Youtube Darkmode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Hanford และคุณลักษณะหลักของมันคือ "Enable Youtube's new Material UI theme"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Darkmode
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Darkmode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enable Youtube's new Material Design mode, which also enables Youtube's Darkmode feature. This chrome extension puts users in the A/B test for the new Youtube UI Github: https://github.com/hanford/youtube-darkmode
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ajngaombckgmodafdnmipfmcfgppnnhp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-darkmode/ajngaombckgmodafdnmipfmcfgppnnhp |
คำอธิบาย | Enable Youtube's new Material UI theme |
ขนาดไฟล์ | 8.11 KB |
จำนวนการติดตั้ง | 570 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-05-17 |
วันที่เผยแพร่ | 2017-05-17 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jack Hanford |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Darkmode", "version": "0.0.1", "manifest_version": 2, "description": "Enable Youtube's new Material UI theme", "icons": { "16": "icon.png", "32": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "*:\/\/youtube.com\/*" ], "browser_action": { "default_icon": "icon.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "cookie-setter.js" ], "run_at": "document_start", "all_frames": true } ] } |