LiChess - Disable Blitz and Bullet
Removes the buttons which start Blitz and Bullet games on LiChess
LiChess - Disable Blitz and Bulletคืออะไร?
LiChess - Disable Blitz and Bullet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KeeghanM และคุณลักษณะหลักของมันคือ "Removes the buttons which start Blitz and Bullet games on LiChess"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LiChess - Disable Blitz and Bullet
ดาวน์โหลดไฟล์ส่วนขยาย LiChess - Disable Blitz and Bullet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When installed, this extension will remove the homepage buttons which start a game on LiChess for any time control below 10 minutes. You are still able to create these games with the "Create Custom" feature, this simply removes the default buttons. This tool is designed to reduce the number of blitz games you play, allowing you to focus on improving your chess through slower time controls. By adding a layer of thought required to begin a blitz or bullet game, this will hopefully reduce the number that you mindlessly play!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LiChess - Disable Blitz and Bullet |
ID | fhgmafdofeikhnclndfdnaeobamhefla |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla |
คำอธิบาย | Removes the buttons which start Blitz and Bullet games on LiChess |
ขนาดไฟล์ | 3.15 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2021-11-30 |
วันที่เผยแพร่ | 2021-11-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | KeeghanM |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiChess - Disable Blitz and Bullet", "version": "0.1.0", "description": "Removes the buttons which start Blitz and Bullet games on LiChess", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/lichess.org\/" ] } ] } |