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