dmitlichess
Adds top-level grandmaster commentary to lichess.org (audio)
dmitlichessとは何ですか?
dmitlichessはVincent Simardによって開発されたChromeの拡張機能で、その主な機能は「Adds top-level grandmaster commentary to lichess.org (audio)」です。
拡張機能のスクリーンショット
dmitlichess拡張機能のCRXファイルをダウンロード
dmitlichess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dmitlichess adds audio commentary to lichess.org. Choose between the voices of Grandmasters Dmitri Komarov, Maurice Ashley, Yasser Seirawan and National Master John Chernoff to peruse your moves and throw in some insightful comments at times. Includes over 2000 audio samples per commentator, a soundboard and an options page to control the speech rate. "Strongest GM in the world (Komarov)" -GM Andrew Tang https://clips.twitch.tv/penguingm1/BrightGullBlargNaut
拡張機能の基本情報
名前 | dmitlichess |
ID | haigaafonckooggfpmjplfpbkafelcfe |
公式URL | https://chromewebstore.google.com/detail/dmitlichess/haigaafonckooggfpmjplfpbkafelcfe |
説明 | Adds top-level grandmaster commentary to lichess.org (audio) |
ファイルサイズ | 186 MB |
インストール数 | 5,799 |
現在のバージョン | 0.5.601 |
最終更新日 | 2020-11-09 |
公開日 | 2019-05-06 |
評価 | 4.79/5 合計 82 レビュー |
開発者 | Vincent Simard |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dmitlichess", "version": "0.5.601", "manifest_version": 2, "description": "Adds top-level grandmaster commentary to lichess.org (audio)", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": "images\/dmitri.png", "default_title": "dmitlichess", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [], "js": [ "vendor\/webextension-polyfill\/dist\/browser-polyfill.min.js", "scripts\/UserPrefs.js", "scripts\/AudioUtils.js", "scripts\/MutationUtils.js", "scripts\/AudioQueue.js", "scripts\/MoveEmitter.js", "scripts\/GameStateEmitter.js", "scripts\/Dmitlichess.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |