dmitlichess
Adds top-level grandmaster commentary to lichess.org (audio)
dmitlichess क्या है?
dmitlichess Vincent Simard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds top-level grandmaster commentary to lichess.org (audio)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में dmitlichess एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |