Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
Τι είναι το Custom Chess Pieces;
Το Custom Chess Pieces είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Software By Jules, και η κύρια λειτουργία του είναι "Customize your chess pieces and more on chess.com and lichess.org".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Custom Chess Pieces
Λήψη αρχείων επέκτασης Custom Chess Pieces σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
Επίσημο URL | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
Περιγραφή | Customize your chess pieces and more on chess.com and lichess.org |
Μέγεθος Αρχείου | 10.36 KB |
Αριθμός Εγκαταστάσεων | 41 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-09-22 |
Ημερομηνία Δημοσίευσης | 2023-09-21 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Software By Jules |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://softwarebyjules.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://softwarebyjules.com/index.php/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" } } } |