Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

O que é Chess Memer Pieces?

Chess Memer Pieces é uma extensão do Chrome desenvolvida por ionjigzz, e sua principal característica é "Changes the pieces on chess.com to custom pieces.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chess Memer Pieces

Baixe arquivos de extensão Chess Memer Pieces no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
URL Oficial https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Descrição Changes the pieces on chess.com to custom pieces.
Tamanho do Arquivo 1.89 MB
Contagem de Instalações 28
Versão Atual 2.0
Última Atualização 2023-02-11
Data de Publicação 2023-02-10
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor ionjigzz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}