Skin|Chess.com

Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.

O que é Skin|Chess.com?

Skin|Chess.com é uma extensão do Chrome desenvolvida por Simone Lucia, e sua principal característica é "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Skin|Chess.com

Baixe arquivos de extensão Skin|Chess.com 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

                        Skin|Chess.com provides you with a set of beautiful new graphic styles for personalize chessboards and pieces from the popular web site chess.com

New great and challenging styles will gradually added soon, so don't forget to check the list of skin, by simply open the extension.                    

Informações Básicas da Extensão

Nome Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
URL Oficial https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Descrição Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Tamanho do Arquivo 509 KB
Contagem de Instalações 1,529
Versão Atual 2.2.0
Última Atualização 2023-03-01
Data de Publicação 2021-01-01
Classificação 4.50/5 Total de 10 Avaliações
Desenvolvedor Simone Lucia
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skin|Chess.com",
    "description": "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.",
    "version": "2.2.0",
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "res\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Skin|Chess.com"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/softool.altervista.org\/*",
        "https:\/\/www.chess.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js_to_inject\/setDefaultGameAnimationType.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*"
            ]
        }
    ]
}