Lichess enhancement

New styles of pieces and boards for Lichess

Co je Lichess enhancement?

Lichess enhancement je rozšíření Chrome vyvinuté ducksper, a jeho hlavní funkcí je „New styles of pieces and boards for Lichess“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Lichess enhancement

Stáhněte si soubory rozšíření Lichess enhancement ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
Oficiální URL https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
Popis New styles of pieces and boards for Lichess
Velikost souboru 59.73 MB
Počet instalací 3,958
Aktuální Verze 3
Poslední Aktualizace 2022-09-12
Datum Vydání 2020-12-29
Hodnocení 4.62/5 Celkem 21 Hodnocení
Vývojář ducksper
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ducksper.github.io/lichess_enhancement.html
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}