Lichess enhancement

New styles of pieces and boards for Lichess

Что такое Lichess enhancement?

Lichess enhancement - это расширение Chrome, разработанное ducksper, и его основная функция - "New styles of pieces and boards for Lichess".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Lichess enhancement

Скачайте файлы расширений Lichess enhancement в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
Официальный URL https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
Описание New styles of pieces and boards for Lichess
Размер файла 59.73 MB
Количество установок 3,958
Текущая Версия 3
Последнее Обновление 2022-09-12
Дата публикации 2020-12-29
Рейтинг 4.62/5 Всего 21 оценок
Разработчик ducksper
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ducksper.github.io/lichess_enhancement.html
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}