Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

Co je Chess Memer Pieces?

Chess Memer Pieces je rozšíření Chrome vyvinuté ionjigzz, a jeho hlavní funkcí je „Changes the pieces on chess.com to custom pieces.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chess Memer Pieces

Stáhněte si soubory rozšíření Chess Memer Pieces ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
Oficiální URL https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Popis Changes the pieces on chess.com to custom pieces.
Velikost souboru 1.89 MB
Počet instalací 28
Aktuální Verze 2.0
Poslední Aktualizace 2023-02-11
Datum Vydání 2023-02-10
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář ionjigzz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}