Custom Chess Pieces

Customize your chess pieces and more on chess.com and lichess.org

Custom Chess Piecesคืออะไร?

Custom Chess Pieces เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Software By Jules และคุณลักษณะหลักของมันคือ "Customize your chess pieces and more on chess.com and lichess.org"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to upload your own images to use instead of the standard pieces and set some colors (like premoves) on lichess.org and chess.com. You can also import and export profiles, this way you can share your setup effortlessly. 
To use the extension simply click on the icon after downloading it.

You can share or get profiles on our discord server: https://discord.gg/DbMUU4y3bA
You can check out our other extensions on https://www.softwarebyjules.com/                    

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

ชื่อ Custom Chess Pieces Custom Chess Pieces
ID ojgpnklmeindgkfapeachbhfblejacpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb
คำอธิบาย Customize your chess pieces and more on chess.com and lichess.org
ขนาดไฟล์ 10.36 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-09-22
วันที่เผยแพร่ 2023-09-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Software By Jules
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://softwarebyjules.com
URL หน้านโยบายความเป็นส่วนตัว https://softwarebyjules.com/index.php/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Chess Pieces",
    "description": "Customize your chess pieces and more on chess.com and lichess.org",
    "version": "1.1",
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/lichess.org\/*",
        "https:\/\/www.chess.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*",
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "rerun.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Custom Chess Pieces",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    }
}