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
官方網址 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"
    }
}