Custom Lichess Title

Get your custom Title on lichess.org

Custom Lichess Title क्या है?

Custom Lichess Title Sloth Bear Projects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your custom Title on lichess.org"।

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

screenshot
screenshot

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

crx प्रारूप में Custom Lichess Title एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to set your custom title on Lichess.org

NEW: you can set 3259 rating                    

एक्सटेंशन की मूल जानकारी

नाम Custom Lichess Title Custom Lichess Title
ID piongfpjlnfphiefcadjpgldlapeclah
आधिकारिक URL https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah
विवरण Get your custom Title on lichess.org
फ़ाइल का आकार 17.07 KB
स्थापना संख्या 84
वर्तमान संस्करण 2.2
अंतिम अपडेट 2024-02-17
प्रकाशन तिथि 2023-12-14
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Sloth Bear Projects
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://t.me/the_sloth_bear
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Lichess Title",
    "description": "Get your custom Title on lichess.org",
    "version": "2.2",
    "host_permissions": [
        "*:\/\/lichess.org\/*"
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "permissions": [
        "cookies"
    ]
}