Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
Qu'est-ce que Custom Chess Pieces ?
Custom Chess Pieces est une extension Chrome développée par Software By Jules, et sa fonction principale est "Customize your chess pieces and more on chess.com and lichess.org".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Chess Pieces
Téléchargez les fichiers d'extension Custom Chess Pieces 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
This extension allows you to upload your own images to use instead of the standard pieces and set some colors (like premoves) on lichess.org and chess.com. You can also import and export profiles, this way you can share your setup effortlessly. To use the extension simply click on the icon after downloading it. You can share or get profiles on our discord server: https://discord.gg/DbMUU4y3bA You can check out our other extensions on https://www.softwarebyjules.com/
Informations de Base sur l'Extension
Nom | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
URL Officiel | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
Description | Customize your chess pieces and more on chess.com and lichess.org |
Taille du Fichier | 10.36 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-09-22 |
Date de Publication | 2023-09-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Software By Jules |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://softwarebyjules.com |
URL de la Page de Politique de Confidentialité | https://softwarebyjules.com/index.php/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Chess Pieces", "description": "Customize your chess pieces and more on chess.com and lichess.org", "version": "1.1", "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/lichess.org\/*", "https:\/\/www.chess.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*", "https:\/\/www.chess.com\/*" ], "js": [ "rerun.js" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html", "default_title": "Custom Chess Pieces", "default_icon": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } } |