Freedom Chess for Chess.com

Helping chess to become acessible for everyone!

Co je Freedom Chess for Chess.com?

Freedom Chess for Chess.com je rozšíření Chrome vyvinuté rafaelvleite82, a jeho hlavní funkcí je „Helping chess to become acessible for everyone!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Freedom Chess for Chess.com

Stáhněte si soubory rozšíření Freedom Chess for Chess.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Freedom Chess for Chess.com Freedom Chess for Chess.com
ID bgfhlnjbmhknkllplcehnopkjkkkpkeo
Oficiální URL https://chromewebstore.google.com/detail/freedom-chess-for-chessco/bgfhlnjbmhknkllplcehnopkjkkkpkeo
Popis Helping chess to become acessible for everyone!
Velikost souboru 370 KB
Počet instalací 195
Aktuální Verze 1.0.4
Poslední Aktualizace 2022-06-14
Datum Vydání 2021-09-23
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář rafaelvleite82
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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!"
    }
}