Lichess enhancement

New styles of pieces and boards for Lichess

Cos'è Lichess enhancement?

Lichess enhancement è un'estensione di Chrome sviluppata da ducksper, e la sua funzione principale è "New styles of pieces and boards for Lichess".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lichess enhancement

Scarica i file di estensione Lichess enhancement in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
URL Ufficiale https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
Descrizione New styles of pieces and boards for Lichess
Dimensione del File 59.73 MB
Conteggio Installazioni 3,958
Versione Corrente 3
Ultimo Aggiornamento 2022-09-12
Data di Pubblicazione 2020-12-29
Valutazione 4.62/5 Totale 21 Valutazioni
Sviluppatore ducksper
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ducksper.github.io/lichess_enhancement.html
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}