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": [
                ""
            ]
        }
    ]
}