Turbo Lichess - best move finder
Calculates and finds best move in Lichess during the game
Turbo Lichess - best move finderとは何ですか?
Turbo Lichess - best move finderはArmen Stepanyanによって開発されたChromeの拡張機能で、その主な機能は「Calculates and finds best move in Lichess during the game」です。
拡張機能のスクリーンショット
Turbo Lichess - best move finder拡張機能のCRXファイルをダウンロード
Turbo Lichess - best move finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turbo Lichess helps you to find strongest moves on lichess during the game. It analyze game in real-time so you can see next best move in your current game. Right click on browser and select Inpect menu , then navigate to Turbo Lichess tab where you can click on button to calculate best move. Privacy Policy: Turbo Lichess DON'T store any user data. The extension is invisible to visited websites. We do not promote cheating on chess websites.The purpose of this extension is to improve user skills during the game.
拡張機能の基本情報
名前 | Turbo Lichess - best move finder |
ID | edhicaiemcnhgoimpggnnclhpgleakno |
公式URL | https://chromewebstore.google.com/detail/turbo-lichess-best-move-f/edhicaiemcnhgoimpggnnclhpgleakno |
説明 | Calculates and finds best move in Lichess during the game |
ファイルサイズ | 390 KB |
インストール数 | 5,507 |
現在のバージョン | 0.4.1 |
最終更新日 | 2024-03-04 |
公開日 | 2022-08-16 |
評価 | 4.00/5 合計 15 レビュー |
開発者 | Armen Stepanyan |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://chess.orgfree.com/privacy.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/48.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/www.lichess.org\/*", "*:\/\/lichess.org\/*" ], "run_at": "document_start" } ], "description": "Calculates and finds best move in Lichess during the game", "devtools_page": "devtools\/devtools_page.html", "icons": { "128": "icons\/128.png", "16": "icons\/48.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "manifest_version": 3, "name": "Turbo Lichess - best move finder", "options_page": "options\/options.html", "permissions": [ "debugger" ], "version": "0.4.1" } |