Lightsoff
Turn all youtube into the dark but leaving the video you are watching, visible.
Lightsoffคืออะไร?
Lightsoff เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Denis Ciccale และคุณลักษณะหลักของมันคือ "Turn all youtube into the dark but leaving the video you are watching, visible."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightsoff
ดาวน์โหลดไฟล์ส่วนขยาย Lightsoff ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turn all youtube into the dark but leaving the video you are watching, visible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bjdkpnibhhhelepfmnknbkifbogllcpp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp |
คำอธิบาย | Turn all youtube into the dark but leaving the video you are watching, visible. |
ขนาดไฟล์ | 86.22 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2017-04-18 |
วันที่เผยแพร่ | 2017-04-18 |
คะแนน | 1.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Denis Ciccale |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightsoff", "description": "Turn all youtube into the dark but leaving the video you are watching, visible.", "version": "1.0.2", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "lightsoff.js" ], "persistent": false }, "content_scripts": [ { "css": [ "lightsoff.css" ], "matches": [ "http:\/\/*.youtube.com\/watch*", "https:\/\/*.youtube.com\/watch*" ] } ], "browser_action": { "default_title": "Toggle Lightsoff", "default_icon": "icon128.png" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |