Lichess Flags

View a player's country flag next to their username in live and post games! For lichess.org

什么是Lichess Flags?

Lichess Flags是由Jordan Aitken开发的Chrome扩展程序,该扩展的主要功能是“View a player's country flag next to their username in live and post games! For lichess.org”。

扩展截图

screenshot

下载Lichess Flags扩展crx文件

下载Lichess Flags扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        View a player's country flag next to their username in live and post games!

For lichess.org                    

扩展基本信息

名称 Lichess Flags Lichess Flags
ID nnecmpmlkanlehaglkjbmiibipdcppol
官方URL https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol
简介 View a player's country flag next to their username in live and post games! For lichess.org
文件大小 209 KB
安装次数 986
当前版本 0.1.0
更新时间 2021-12-10
上架时间 2021-05-07
评分 5.00/5 共3次评分
开发者 Jordan Aitken
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess Flags",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "script.js",
                "countryCodes.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    }
}