Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

Cos'è Chess Memer Pieces?

Chess Memer Pieces è un'estensione di Chrome sviluppata da ionjigzz, e la sua funzione principale è "Changes the pieces on chess.com to custom pieces.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chess Memer Pieces

Scarica i file di estensione Chess Memer Pieces in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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."                    

Informazioni di Base sull'Estensione

Nome Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
URL Ufficiale https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Descrizione Changes the pieces on chess.com to custom pieces.
Dimensione del File 1.89 MB
Conteggio Installazioni 28
Versione Corrente 2.0
Ultimo Aggiornamento 2023-02-11
Data di Pubblicazione 2023-02-10
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore ionjigzz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}