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
Eメール [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"
    ]
}