Lichess enhancement

New styles of pieces and boards for Lichess

O que é Lichess enhancement?

Lichess enhancement é uma extensão do Chrome desenvolvida por ducksper, e sua principal característica é "New styles of pieces and boards for Lichess".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lichess enhancement

Baixe arquivos de extensão Lichess enhancement no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
URL Oficial https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
Descrição New styles of pieces and boards for Lichess
Tamanho do Arquivo 59.73 MB
Contagem de Instalações 3,958
Versão Atual 3
Última Atualização 2022-09-12
Data de Publicação 2020-12-29
Classificação 4.62/5 Total de 21 Avaliações
Desenvolvedor ducksper
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ducksper.github.io/lichess_enhancement.html
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}