Skin|Chess.com

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

¿Qué es Skin|Chess.com?

Skin|Chess.com es una extensión de Chrome desarrollada por Simone Lucia, y su función principal es "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Skin|Chess.com

Descarga archivos de extensión Skin|Chess.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
URL Oficial https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Descripción Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Tamaño del Archivo 509 KB
Cantidad de Instalaciones 1,529
Versión Actual 2.2.0
Última Actualización 2023-03-01
Fecha de Publicación 2021-01-01
Calificación 4.50/5 Total de 10 Calificaciones
Desarrollador Simone Lucia
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}