dmitlichess

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

dmitlichess là gì?

dmitlichess là một tiện ích mở rộng Chrome được phát triển bởi Vincent Simard, và tính năng chính của nó là "Adds top-level grandmaster commentary to lichess.org (audio)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng dmitlichess

Tải xuống các tệp mở rộng dmitlichess dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dmitlichess dmitlichess
ID haigaafonckooggfpmjplfpbkafelcfe
URL Chính Thức https://chromewebstore.google.com/detail/dmitlichess/haigaafonckooggfpmjplfpbkafelcfe
Mô tả Adds top-level grandmaster commentary to lichess.org (audio)
Kích Thước Tệp 186 MB
Số Lần Cài Đặt 5,799
Phiên Bản Hiện Tại 0.5.601
Cập Nhật Lần Cuối 2020-11-09
Ngày Phát Hành 2019-05-06
Đánh Giá 4.79/5 Tổng số 82 Đánh Giá
Nhà Phát Triển Vincent Simard
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}