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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}