Lichess enhancement

New styles of pieces and boards for Lichess

Wat is Lichess enhancement?

Lichess enhancement is een Chrome-extensie ontwikkeld door ducksper, en de belangrijkste functie is "New styles of pieces and boards for Lichess".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lichess enhancement

Download Lichess enhancement-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
Officiële URL https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
Beschrijving New styles of pieces and boards for Lichess
Bestandsgrootte 59.73 MB
Aantal Installaties 3,958
Huidige Versie 3
Laatst Bijgewerkt 2022-09-12
Publicatiedatum 2020-12-29
Beoordeling 4.62/5 Totaal 21 Beoordelingen
Ontwikkelaar ducksper
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ducksper.github.io/lichess_enhancement.html
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}