Chess.com Voice Commentary (improved)
Hear chess moves and annotation spoken as they are played on Chess.com.
Qu'est-ce que Chess.com Voice Commentary (improved) ?
Chess.com Voice Commentary (improved) est une extension Chrome développée par helloray504, et sa fonction principale est "Hear chess moves and annotation spoken as they are played on Chess.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chess.com Voice Commentary (improved)
Téléchargez les fichiers d'extension Chess.com Voice Commentary (improved) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | egkebhhogppokoapdkjmbddeagahoifp |
| URL Officiel | https://chromewebstore.google.com/detail/chesscom-voice-commentary/egkebhhogppokoapdkjmbddeagahoifp |
| Description | Hear chess moves and annotation spoken as they are played on Chess.com. |
| Taille du Fichier | 16.16 MB |
| Nombre d'Installations | 570 |
| Version Actuelle | 1.0.1 |
| Dernière Mise à Jour | 2021-05-31 |
| Date de Publication | 2021-05-25 |
| Évaluation | 4.00/5 Total 5 Évaluations |
| Développeur | helloray504 |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/rctay/chesscom-voice-deux |
| URL de la Page d'Aide | https://github.com/rctay/chesscom-voice-deux/issues |
| Langues Prises en Charge | 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\/*"
]
} | |