Freedom Chess for Chess.com

Helping chess to become acessible for everyone!

What is Freedom Chess for Chess.com?

Freedom Chess for Chess.com is a Chrome extension developed by rafaelvleite82, and its main feature is "Helping chess to become acessible for everyone!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Freedom Chess for Chess.com Extension CRX File

Download Freedom Chess for Chess.com 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

                        Projeto Freedom Chess
Objetivo
Possibilitar que qualquer portador de deficiência participe do mundo do xadrez de forma acessível, experienciando os jogos e atividades relacionadas em nível de igualdade com qualquer outro jogador.

Importante: Utilize FONE DE OUVIDOS para evitar que o som emitido pelas caixas de som cheguem ao microfone!

Inspiração
Projeto Freedom Chess by Kaled na mídia, conheçam o fundador, (link do vídeo): https://www.youtube.com/watch?v=blhDXRl7_0I&feature=share&fbclid=IwAR0iNm8IK3M-v9e_Ad8O6d9TpTSJGDg6uQNmXilByWmXOGPfd2PAiKE40uw&ab_channel=Balan%C3%A7oGeralOeste

GitHub do Freedom Chess by Kaled original: https://github.com/kaled-Weirich-Oro/The_Freedom_Chess
GitHub do Freedom Chess by Kaled atualizado: https://github.com/rafaelvleite/freedomChessChromeExtension

Time
Kaled, Rafael Leite, Eduardo, Ricardo, Dieferson, Danilo, Alesson                    

Extension Basic Information

Name Freedom Chess for Chess.com Freedom Chess for Chess.com
ID bgfhlnjbmhknkllplcehnopkjkkkpkeo
Official URL https://chromewebstore.google.com/detail/freedom-chess-for-chessco/bgfhlnjbmhknkllplcehnopkjkkkpkeo
Description Helping chess to become acessible for everyone!
File Size 370 KB
Installation Count 195
Current Version 1.0.4
Last Updated 2022-06-14
Publish Date 2021-09-23
Rating 5.00/5 Total 5 Ratings
Developer rafaelvleite82
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freedom Chess for Chess.com",
    "version": "1.0.4",
    "description": "Helping chess to become acessible for everyone!",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "images\/speech-icon.png",
                "images\/freedomChess.png",
                "builtFunctions\/classesMappingChessCom.js",
                "thirdParty\/annyang.min.js",
                "thirdParty\/chess.js\/chess.js",
                "builtFunctions\/createFreedomModeButton.js",
                "builtFunctions\/enableDisableFreedomMode.js",
                "builtFunctions\/stringsSimilarity.js",
                "builtFunctions\/getPiecesToFenPosition.js",
                "builtFunctions\/moveFunctions.js",
                "builtFunctions\/eventListeners.js",
                "builtFunctions\/observersAndCallbacks.js",
                "builtFunctions\/speechRecognition.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ajax.googleapis.com;"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "thirdParty\/sweetalert2\/dist\/sweetalert2.all.min.js",
                "builtFunctions\/classesMappingChessCom.js",
                "content.js",
                "thirdParty\/annyang.min.js",
                "thirdParty\/chess.js\/chess.js",
                "builtFunctions\/createFreedomModeButton.js",
                "builtFunctions\/enableDisableFreedomMode.js",
                "builtFunctions\/stringsSimilarity.js",
                "builtFunctions\/getPiecesToFenPosition.js",
                "builtFunctions\/moveFunctions.js",
                "builtFunctions\/eventListeners.js",
                "builtFunctions\/observersAndCallbacks.js",
                "builtFunctions\/speechRecognition.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/www.chess.com\/"
    ],
    "icons": {
        "16": "images\/freedomChess16.png",
        "128": "images\/freedomChess128.png"
    },
    "action": {
        "default_icon": "images\/freedomChess128.png",
        "default_title": "Chess for all!"
    }
}