Custom Chess Pieces

Customize your chess pieces and more on chess.com and lichess.org

¿Qué es Custom Chess Pieces?

Custom Chess Pieces es una extensión de Chrome desarrollada por Software By Jules, y su función principal es "Customize your chess pieces and more on chess.com and lichess.org".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Custom Chess Pieces

Descarga archivos de extensión Custom Chess Pieces en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension allows you to upload your own images to use instead of the standard pieces and set some colors (like premoves) on lichess.org and chess.com. You can also import and export profiles, this way you can share your setup effortlessly. 
To use the extension simply click on the icon after downloading it.

You can share or get profiles on our discord server: https://discord.gg/DbMUU4y3bA
You can check out our other extensions on https://www.softwarebyjules.com/                    

Información Básica de la Extensión

Nombre Custom Chess Pieces Custom Chess Pieces
ID ojgpnklmeindgkfapeachbhfblejacpb
URL Oficial https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb
Descripción Customize your chess pieces and more on chess.com and lichess.org
Tamaño del Archivo 10.36 KB
Cantidad de Instalaciones 41
Versión Actual 1.1
Última Actualización 2023-09-22
Fecha de Publicación 2023-09-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Software By Jules
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://softwarebyjules.com
URL de la Página de Política de Privacidad https://softwarebyjules.com/index.php/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Chess Pieces",
    "description": "Customize your chess pieces and more on chess.com and lichess.org",
    "version": "1.1",
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/lichess.org\/*",
        "https:\/\/www.chess.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*",
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "rerun.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Custom Chess Pieces",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    }
}