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