Chess.com Voice Commentary (improved)
Hear chess moves and annotation spoken as they are played on Chess.com.
What is Chess.com Voice Commentary (improved)?
Chess.com Voice Commentary (improved) is a Chrome extension developed by helloray504, and its main feature is "Hear chess moves and annotation spoken as they are played on Chess.com.".
Extension Screenshots
Download Chess.com Voice Commentary (improved) Extension CRX File
Download Chess.com Voice Commentary (improved) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Chess.com Voice Commentary (improved) |
ID | egkebhhogppokoapdkjmbddeagahoifp |
Official URL | https://chromewebstore.google.com/detail/chesscom-voice-commentary/egkebhhogppokoapdkjmbddeagahoifp |
Description | Hear chess moves and annotation spoken as they are played on Chess.com. |
File Size | 16.16 MB |
Installation Count | 570 |
Current Version | 1.0.1 |
Last Updated | 2021-05-31 |
Publish Date | 2021-05-25 |
Rating | 4.00/5 Total 5 Ratings |
Developer | helloray504 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rctay/chesscom-voice-deux |
Help Page URL | https://github.com/rctay/chesscom-voice-deux/issues |
Supported Languages | 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\/*" ] } |