Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
O que é Custom Chess Pieces?
Custom Chess Pieces é uma extensão do Chrome desenvolvida por Software By Jules, e sua principal característica é "Customize your chess pieces and more on chess.com and lichess.org".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Custom Chess Pieces
Baixe arquivos de extensão Custom Chess Pieces no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
URL Oficial | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
Descrição | Customize your chess pieces and more on chess.com and lichess.org |
Tamanho do Arquivo | 10.36 KB |
Contagem de Instalações | 41 |
Versão Atual | 1.1 |
Última Atualização | 2023-09-22 |
Data de Publicação | 2023-09-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Software By Jules |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://softwarebyjules.com |
URL da Página de Política de Privacidade | https://softwarebyjules.com/index.php/privacy-policy |
Idiomas Suportados | 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" } } } |