Lichess enhancement

New styles of pieces and boards for Lichess

What is Lichess enhancement?

Lichess enhancement is a Chrome extension developed by ducksper, and its main feature is "New styles of pieces and boards for Lichess".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Lichess enhancement Extension CRX File

Download Lichess enhancement extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
Official URL https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
Description New styles of pieces and boards for Lichess
File Size 59.73 MB
Installation Count 3,958
Current Version 3
Last Updated 2022-09-12
Publish Date 2020-12-29
Rating 4.62/5 Total 21 Ratings
Developer ducksper
Email [email protected]
Payment Type free
Extension Website https://ducksper.github.io/lichess_enhancement.html
Supported Languages 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": [
                ""
            ]
        }
    ]
}