Lichess enhancement
New styles of pieces and boards for Lichess
Qu'est-ce que Lichess enhancement ?
Lichess enhancement est une extension Chrome développée par ducksper, et sa fonction principale est "New styles of pieces and boards for Lichess".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lichess enhancement
Téléchargez les fichiers d'extension Lichess enhancement au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Lichess enhancement |
ID | ikmpcihcohdjammgkopfgohojdelmfoi |
URL Officiel | https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi |
Description | New styles of pieces and boards for Lichess |
Taille du Fichier | 59.73 MB |
Nombre d'Installations | 3,958 |
Version Actuelle | 3 |
Dernière Mise à Jour | 2022-09-12 |
Date de Publication | 2020-12-29 |
Évaluation | 4.62/5 Total 21 Évaluations |
Développeur | ducksper |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ducksper.github.io/lichess_enhancement.html |
Langues Prises en Charge | 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": [ " |