Freedom Chess for Chess.com

Helping chess to become acessible for everyone!

Apa itu Freedom Chess for Chess.com?

Freedom Chess for Chess.com adalah ekstensi Chrome yang dikembangkan oleh rafaelvleite82, dan fitur utamanya adalah "Helping chess to become acessible for everyone!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Freedom Chess for Chess.com

Unduh file ekstensi Freedom Chess for Chess.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Freedom Chess for Chess.com Freedom Chess for Chess.com
ID bgfhlnjbmhknkllplcehnopkjkkkpkeo
URL Resmi https://chromewebstore.google.com/detail/freedom-chess-for-chessco/bgfhlnjbmhknkllplcehnopkjkkkpkeo
Deskripsi Helping chess to become acessible for everyone!
Ukuran File 370 KB
Jumlah Instalasi 195
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2022-06-14
Tanggal Publikasi 2021-09-23
Penilaian 5.00/5 Total 5 Penilaian
Pengembang rafaelvleite82
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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!"
    }
}