Freedom Chess for Chess.com

Helping chess to become acessible for everyone!

什么是Freedom Chess for Chess.com?

Freedom Chess for Chess.com是由rafaelvleite82开发的Chrome扩展程序,该扩展的主要功能是“Helping chess to become acessible for everyone!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Freedom Chess for Chess.com扩展crx文件

下载Freedom Chess for Chess.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Freedom Chess for Chess.com Freedom Chess for Chess.com
ID bgfhlnjbmhknkllplcehnopkjkkkpkeo
官方URL https://chromewebstore.google.com/detail/freedom-chess-for-chessco/bgfhlnjbmhknkllplcehnopkjkkkpkeo
简介 Helping chess to become acessible for everyone!
文件大小 370 KB
安装次数 195
当前版本 1.0.4
更新时间 2022-06-14
上架时间 2021-09-23
评分 5.00/5 共5次评分
开发者 rafaelvleite82
电子邮箱 [email protected]
付费类型 free
支持的语言 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!"
    }
}