Chess.com Voice Commentary (improved)

Hear chess moves and annotation spoken as they are played on Chess.com.

Chess.com Voice Commentary (improved)とは何ですか?

Chess.com Voice Commentary (improved)はhelloray504によって開発されたChromeの拡張機能で、その主な機能は「Hear chess moves and annotation spoken as they are played on Chess.com.」です。

拡張機能のスクリーンショット

screenshot

Chess.com Voice Commentary (improved)拡張機能のCRXファイルをダウンロード

Chess.com Voice Commentary (improved)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Note from the publisher: Hi everyone, as you might have found, the 
Chess.com Voice Commentary extension doesn't work and hasn't been updated for some time. I made some fixes to get it working, sharing it here so more people can benefit.

Have a suggestion? Send a pull request along! Source code available here: https://github.com/rctay/chesscom-voice-deux

Have an issue? https://github.com/rctay/chesscom-voice-deux/issues

I do not claim any copyright, all copyright (eg. code, sounds) belong to Chess.com.

Release history:
1.0.0: initial release
1.0.1: use store icon in extension as well                    

拡張機能の基本情報

名前 Chess.com Voice Commentary (improved) Chess.com Voice Commentary (improved)
ID egkebhhogppokoapdkjmbddeagahoifp
公式URL https://chromewebstore.google.com/detail/chesscom-voice-commentary/egkebhhogppokoapdkjmbddeagahoifp
説明 Hear chess moves and annotation spoken as they are played on Chess.com.
ファイルサイズ 16.16 MB
インストール数 570
現在のバージョン 1.0.1
最終更新日 2021-05-31
公開日 2021-05-25
評価 4.00/5 合計 5 レビュー
開発者 helloray504
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/rctay/chesscom-voice-deux
ヘルプページのURL https://github.com/rctay/chesscom-voice-deux/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.bundle.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Hear chess moves and annotation spoken as they are played on Chess.com.",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Chess.com Voice Commentary (improved)",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        "sounds\/*"
    ]
}