Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

Qu'est-ce que Chess Memer Pieces ?

Chess Memer Pieces est une extension Chrome développée par ionjigzz, et sa fonction principale est "Changes the pieces on chess.com to custom pieces.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chess Memer Pieces

Téléchargez les fichiers d'extension Chess Memer Pieces au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
URL Officiel https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Description Changes the pieces on chess.com to custom pieces.
Taille du Fichier 1.89 MB
Nombre d'Installations 28
Version Actuelle 2.0
Dernière Mise à Jour 2023-02-11
Date de Publication 2023-02-10
Évaluation 4.00/5 Total 2 Évaluations
Développeur ionjigzz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}