Custom Lichess Title

Get your custom Title on lichess.org

什么是Custom Lichess Title?

Custom Lichess Title是由Sloth Bear Projects开发的Chrome扩展程序,该扩展的主要功能是“Get your custom Title on lichess.org”。

扩展截图

screenshot
screenshot

下载Custom Lichess Title扩展crx文件

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