Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
Was ist Custom Chess Pieces?
Custom Chess Pieces ist eine Chrome-Erweiterung, die von Software By Jules entwickelt wurde, und ihr Hauptmerkmal ist "Customize your chess pieces and more on chess.com and lichess.org".
Erweiterungsscreenshots
Custom Chess Pieces-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Chess Pieces-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
Offizielle URL | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
Beschreibung | Customize your chess pieces and more on chess.com and lichess.org |
Dateigröße | 10.36 KB |
Installationsanzahl | 41 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-09-22 |
Veröffentlichungsdatum | 2023-09-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Software By Jules |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://softwarebyjules.com |
URL der Datenschutzrichtlinien-Seite | https://softwarebyjules.com/index.php/privacy-policy |
Unterstützte Sprachen | 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" } } } |