Custom Chess Pieces

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

Custom Chess Pieces क्या है?

Custom Chess Pieces Software By Jules द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize your chess pieces and more on chess.com and lichess.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Custom Chess Pieces एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
        }
    }
}