Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
Cos'è Custom Chess Pieces?
Custom Chess Pieces è un'estensione di Chrome sviluppata da Software By Jules, e la sua funzione principale è "Customize your chess pieces and more on chess.com and lichess.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Chess Pieces
Scarica i file di estensione Custom Chess Pieces in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
Descrizione | Customize your chess pieces and more on chess.com and lichess.org |
Dimensione del File | 10.36 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-09-22 |
Data di Pubblicazione | 2023-09-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Software By Jules |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://softwarebyjules.com |
URL della Pagina della Politica sulla Privacy | https://softwarebyjules.com/index.php/privacy-policy |
Lingue Supportate | 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" } } } |