Chess.com Voice Commentary (simplified)

Reading chess moves.

Wat is Chess.com Voice Commentary (simplified)?

Chess.com Voice Commentary (simplified) is een Chrome-extensie ontwikkeld door weizubc, en de belangrijkste functie is "Reading chess moves.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chess.com Voice Commentary (simplified)

Download Chess.com Voice Commentary (simplified)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Previous voice commentary extensions for chess.com have broken for some reason. This is a simplified version that only reads new moves from 'board-layout-sidebar', so it is less likely to break in future, and easier to fix when it does. Source code at https://github.com/renshenw/chesscom-voice-simplified.

"Piece Notation" in board settings must be "Text". Works for both human and computer opponents. 

All copyrights still go to chess.com.                    

Basisinformatie over de Extensie

Naam Chess.com Voice Commentary (simplified) Chess.com Voice Commentary (simplified)
ID mjmamkihdmfkogidombgdaepnikajemc
Officiële URL https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc
Beschrijving Reading chess moves.
Bestandsgrootte 869 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2023-02-23
Publicatiedatum 2023-02-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar weizubc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com Voice Commentary (simplified)",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Reading chess moves.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "mp3\/*"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}