White Youtube Theater
Simply turns the ugly black theater background on youtube videos into a white one.
White Youtube Theaterคืออะไร?
White Youtube Theater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matty และคุณลักษณะหลักของมันคือ "Simply turns the ugly black theater background on youtube videos into a white one."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย White Youtube Theater
ดาวน์โหลดไฟล์ส่วนขยาย White Youtube Theater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhiplojahdcbafccnhpgloocikmommgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi |
คำอธิบาย | Simply turns the ugly black theater background on youtube videos into a white one. |
ขนาดไฟล์ | 11.65 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2017-08-12 |
วันที่เผยแพร่ | 2017-08-11 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Matty |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White Youtube Theater", "version": "0.0.2", "description": "Simply turns the ugly black theater background on youtube videos into a white one.", "icons": { "64": "icon64.png" }, "author": "Matty", "browser_action": { "default_icon": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "js": [ "script.js" ] } ] } |