Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

¿Qué es Chess Memer Pieces?

Chess Memer Pieces es una extensión de Chrome desarrollada por ionjigzz, y su función principal es "Changes the pieces on chess.com to custom pieces.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chess Memer Pieces

Descarga archivos de extensión Chess Memer 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

                        Want to add some spice to the games you play on 'chess.com'?

The following Extension changes the chess pieces (Pawn, Knight, Rook, Bishop, Queen and King) while playing on 'chess.com'. 

"Make you Peepo Pawns happy with promotions.
Do you business with the Accounting Horse.
Destroy your enemies with the wrath of the Tower of the Eifels.
Baptize your foes with the help of the Pope.
Colonize the board with the power of Lizzy.
Play like a King with Hikaru on your side."                    

Información Básica de la Extensión

Nombre Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
URL Oficial https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Descripción Changes the pieces on chess.com to custom pieces.
Tamaño del Archivo 1.89 MB
Cantidad de Instalaciones 28
Versión Actual 2.0
Última Actualización 2023-02-11
Fecha de Publicación 2023-02-10
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador ionjigzz
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess Memer Pieces",
    "version": "2.0",
    "description": "Changes the pieces on chess.com to custom pieces.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "custom.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}