Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

Wat is Chess Memer Pieces?

Chess Memer Pieces is een Chrome-extensie ontwikkeld door ionjigzz, en de belangrijkste functie is "Changes the pieces on chess.com to custom pieces.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chess Memer Pieces

Download Chess Memer Pieces-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
Officiële URL https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Beschrijving Changes the pieces on chess.com to custom pieces.
Bestandsgrootte 1.89 MB
Aantal Installaties 28
Huidige Versie 2.0
Laatst Bijgewerkt 2023-02-11
Publicatiedatum 2023-02-10
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ionjigzz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}