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
Eメール [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!"
    }
}