Custom Lichess Title

Get your custom Title on lichess.org

Custom Lichess Title là gì?

Custom Lichess Title là một tiện ích mở rộng Chrome được phát triển bởi Sloth Bear Projects, và tính năng chính của nó là "Get your custom Title on lichess.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Lichess Title

Tải xuống các tệp mở rộng Custom Lichess Title dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

NEW: you can set 3259 rating                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Lichess Title Custom Lichess Title
ID piongfpjlnfphiefcadjpgldlapeclah
URL Chính Thức https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah
Mô tả Get your custom Title on lichess.org
Kích Thước Tệp 17.07 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2024-02-17
Ngày Phát Hành 2023-12-14
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Sloth Bear Projects
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://t.me/the_sloth_bear
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}