Skin|Chess.com

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

Wat is Skin|Chess.com?

Skin|Chess.com is een Chrome-extensie ontwikkeld door Simone Lucia, en de belangrijkste functie is "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Skin|Chess.com

Download Skin|Chess.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
Officiële URL https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Beschrijving Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Bestandsgrootte 509 KB
Aantal Installaties 1,529
Huidige Versie 2.2.0
Laatst Bijgewerkt 2023-03-01
Publicatiedatum 2021-01-01
Beoordeling 4.50/5 Totaal 10 Beoordelingen
Ontwikkelaar Simone Lucia
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}