Lichess enhancement

New styles of pieces and boards for Lichess

什么是Lichess enhancement?

Lichess enhancement是由ducksper开发的Chrome扩展程序,该扩展的主要功能是“New styles of pieces and boards for Lichess”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Lichess enhancement扩展crx文件

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

扩展使用说明

                        NEW AMOGUS PIECES !
With this extension you will be able to play chess on Lichess with more than 35 styles for chess pieces and more than 20 styles for boards.
The extension works on the whole site whether you watch a game or play a game. The extension also works for variants.                    

扩展基本信息

名称 Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
官方URL https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
简介 New styles of pieces and boards for Lichess
文件大小 59.73 MB
安装次数 3,958
当前版本 3
更新时间 2022-09-12
上架时间 2020-12-29
评分 4.62/5 共21次评分
开发者 ducksper
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ducksper.github.io/lichess_enhancement.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lichess enhancement",
    "version": "3",
    "description": "New styles of pieces and boards for Lichess",
    "homepage_url": "https:\/\/github.com\/ducksper\/lichess_enhancement",
    "icons": {
        "48": "ressources\/logo\/chesscom_pawn.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lichess.org\/*"
            ],
            "js": [
                "main.js",
                "ressources\/js\/arrive.js",
                "ressources\/js\/Boards.js",
                "ressources\/js\/Pieces.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "ressources\/logo\/chesscom_pawn.png",
        "default_title": "Lichess enhancement",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ressources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}