Darklight- Brainly
This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…
Darklight- Brainlyคืออะไร?
Darklight- Brainly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Darian Amin และคุณลักษณะหลักของมันคือ "This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Darklight- Brainly
ดาวน์โหลดไฟล์ส่วนขยาย Darklight- Brainly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension works best with Brainly.com, we have now enabled the extension to work on all Brainly markets. Please be aware that some features may not transfer over into other markets.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ancdjjpkdogafpanohcfllbdmnbedhab |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/darklight-brainly/ancdjjpkdogafpanohcfllbdmnbedhab |
คำอธิบาย | This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension… |
ขนาดไฟล์ | 418 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2022-02-15 |
วันที่เผยแพร่ | 2021-02-08 |
คะแนน | 3.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Darian Amin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://darklight.darianamin.me/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darklight- Brainly", "version": "2.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/brainly.com\/*", "*:\/\/brainly.in\/*", "*:\/\/brainly.lat\/*", "*:\/\/brainly.ph\/*", "*:\/\/brainly.co.id\/*", "*:\/\/nosdevoirs.fr\/*", "*:\/\/brainly.pl\/*", "*:\/\/eodev.coom\/*", "*:\/\/brainly.ro\/*", "*:\/\/Znanija.com\/*" ], "css": [ "style.css" ] } ], "browser_action": { "default_title": "Darklight- Brainly", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |