Chess.com Custom Pieces & GIF Background

Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others.

Chess.com Custom Pieces & GIF Backgroundคืออะไร?

Chess.com Custom Pieces & GIF Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arthur Smith และคุณลักษณะหลักของมันคือ "Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess.com Custom Pieces & GIF Background

ดาวน์โหลดไฟล์ส่วนขยาย Chess.com Custom Pieces & GIF Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chess.com Custom Pieces is a browser extension that allows users to customize the chess pieces and the background on the popular online chess platform, Chess.com. With this extension, users can easily upload their own images to replace the default chess pieces and set their own custom background.

How to use:
♟︎ Open the extension.
♟︎ Select the piece you want to customize
♟︎ Choose an image or a GIF from your computer
♟︎ Click "Save Changes" to apply the new image
♟︎ Export your profile to share it with others
Note: The extension won't work with the arcade or natural animation modes

The default background was created by lennsan.

Disclosure: This extension contain affiliate links, which means we may earn a commission if you click on a link and make a purchase. We only promote products that we believe in and have personally used. The commission earned helps us to keep this extension free for all users. Thank you for your support!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chess.com Custom Pieces & GIF Background Chess.com Custom Pieces & GIF Background
ID lnbgncfhcgnaaaaipfcbahibmdejcnmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chesscom-custom-pieces-gi/lnbgncfhcgnaaaaipfcbahibmdejcnmm
คำอธิบาย Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 1,129
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2023-08-18
วันที่เผยแพร่ 2023-03-05
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Arthur Smith
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com Custom Pieces & GIF Background",
    "description": "Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others.",
    "version": "0.3.2",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Chess.com Custom Pieces",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "downloads",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}