Chess Memer Pieces

Changes the pieces on chess.com to custom pieces.

Τι είναι το Chess Memer Pieces;

Το Chess Memer Pieces είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ionjigzz, και η κύρια λειτουργία του είναι "Changes the pieces on chess.com to custom pieces.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Chess Memer Pieces

Λήψη αρχείων επέκτασης Chess Memer Pieces σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Chess Memer Pieces Chess Memer Pieces
ID ocmmikefeaoabehkkhjnmfdglkedmlin
Επίσημο URL https://chromewebstore.google.com/detail/chess-memer-pieces/ocmmikefeaoabehkkhjnmfdglkedmlin
Περιγραφή Changes the pieces on chess.com to custom pieces.
Μέγεθος Αρχείου 1.89 MB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2023-02-11
Ημερομηνία Δημοσίευσης 2023-02-10
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής ionjigzz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}