LiChess - Disable Blitz and Bullet
Removes the buttons which start Blitz and Bullet games on LiChess
LiChess - Disable Blitz and Bullet là gì?
LiChess - Disable Blitz and Bullet là một tiện ích mở rộng Chrome được phát triển bởi KeeghanM, và tính năng chính của nó là "Removes the buttons which start Blitz and Bullet games on LiChess".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LiChess - Disable Blitz and Bullet
Tải xuống các tệp mở rộng LiChess - Disable Blitz and Bullet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LiChess - Disable Blitz and Bullet |
ID | fhgmafdofeikhnclndfdnaeobamhefla |
URL Chính Thức | https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla |
Mô tả | Removes the buttons which start Blitz and Bullet games on LiChess |
Kích Thước Tệp | 3.15 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-11-30 |
Ngày Phát Hành | 2021-11-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | KeeghanM |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } ] } |