Custom Lichess Title

Get your custom Title on lichess.org

Custom Lichess Titleคืออะไร?

Custom Lichess Title เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sloth Bear Projects และคุณลักษณะหลักของมันคือ "Get your custom Title on lichess.org"

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

screenshot
screenshot

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

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

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

                        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"
    ]
}