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はKeeghanMによって開発されたChromeの拡張機能で、その主な機能は「Removes the buttons which start Blitz and Bullet games on LiChess」です。
拡張機能のスクリーンショット
LiChess - Disable Blitz and Bullet拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/" ] } ] } |