Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

What is Chess Memer Pieces?

Chess Memer Pieces is a Chrome extension developed by ionjigzz, and its main feature is "Changes the pieces on chess.com to custom pieces.".

Extension Screenshots

screenshot

Download Chess Memer Pieces Extension CRX File

Download Chess Memer Pieces extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
Official URL https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Description Changes the pieces on chess.com to custom pieces.
File Size 1.89 MB
Installation Count 28
Current Version 2.0
Last Updated 2023-02-11
Publish Date 2023-02-10
Rating 4.00/5 Total 2 Ratings
Developer ionjigzz
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}