Chess_spell_moves
CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
What is Chess_spell_moves?
Chess_spell_moves is a Chrome extension developed by AudouxH, and its main feature is "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.".
Extension Screenshots
Download Chess_spell_moves Extension CRX File
Download Chess_spell_moves 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
The Chess_spell_moves Chrome Extension is a powerful tool designed to enhance the chess-playing experience on Chess.com. This extension aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay. With the Chess spell moves extension, players can hear spoken descriptions of their moves, enabling them to reinforce their understanding of chess strategies and improve their gameplay skills.
Extension Basic Information
Name | Chess_spell_moves |
ID | dgdgnoeeemobjojkopckgghcicaijokd |
Official URL | https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd |
Description | CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay. |
File Size | 77.51 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2023-11-11 |
Publish Date | 2023-11-10 |
Developer | AudouxH |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AudouxH/chess_spell_moves |
Help Page URL | https://github.com/AudouxH/chess_spell_moves/issues |
Privacy Policy Page URL | https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chess_spell_moves", "description": "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/www.chess.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" } } |