dmitlichess

Adds top-level grandmaster commentary to lichess.org (audio)

什么是dmitlichess?

dmitlichess是由Vincent Simard开发的Chrome扩展程序,该扩展的主要功能是“Adds top-level grandmaster commentary to lichess.org (audio)”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
    ]
}