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