Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

Vad är Chess Memer Pieces?

Chess Memer Pieces är en Chrome-tillägg utvecklad av ionjigzz, och dess huvudfunktion är "Changes the pieces on chess.com to custom pieces.".

Tilläggsskärmbilder

screenshot

Ladda ner Chess Memer Pieces-förlängningens CRX-fil

Ladda ner Chess Memer Pieces-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
Officiell webbadress https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Beskrivning Changes the pieces on chess.com to custom pieces.
Filstorlek 1.89 MB
Antal Installationer 28
Aktuell Version 2.0
Senast Uppdaterad 2023-02-11
Publiceringsdatum 2023-02-10
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare ionjigzz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}