Lichess Board Scroll Disabler
Disable mouse wheel function on Lichess board
Lichess Board Scroll Disablerคืออะไร?
Lichess Board Scroll Disabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Donald Fernandez และคุณลักษณะหลักของมันคือ "Disable mouse wheel function on Lichess board"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess Board Scroll Disabler
ดาวน์โหลดไฟล์ส่วนขยาย Lichess Board Scroll Disabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disable mouse wheel function on Lichess board
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lichess Board Scroll Disabler |
ID | bhoehlmcaidmlcbamnlfficpedgecddn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lichess-board-scroll-disa/bhoehlmcaidmlcbamnlfficpedgecddn |
คำอธิบาย | Disable mouse wheel function on Lichess board |
ขนาดไฟล์ | 6.25 KB |
จำนวนการติดตั้ง | 339 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-02-08 |
วันที่เผยแพร่ | 2017-02-08 |
คะแนน | 4.11/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Donald Fernandez |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.geneinfo.pro |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Lichess Board Scroll Disabler", "description": "Disable mouse wheel function on Lichess board", "icons": { "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-128.png" }, "content_scripts": [ { "js": [ "script.js" ], "run_at": "document_start", "matches": [ "https:\/\/*.lichess.org\/*" ] } ] } |