Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
Co je Custom Chess Pieces?
Custom Chess Pieces je rozšíření Chrome vyvinuté Software By Jules, a jeho hlavní funkcí je „Customize your chess pieces and more on chess.com and lichess.org“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Custom Chess Pieces
Stáhněte si soubory rozšíření Custom Chess Pieces ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
Oficiální URL | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
Popis | Customize your chess pieces and more on chess.com and lichess.org |
Velikost souboru | 10.36 KB |
Počet instalací | 41 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-09-22 |
Datum Vydání | 2023-09-21 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Software By Jules |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://softwarebyjules.com |
URL Stránky Zásad Ochrany Soukromí | https://softwarebyjules.com/index.php/privacy-policy |
Podporované Jazyky | 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" } } } |