Skin|Chess.com

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

Was ist Skin|Chess.com?

Skin|Chess.com ist eine Chrome-Erweiterung, die von Simone Lucia entwickelt wurde, und ihr Hauptmerkmal ist "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Skin|Chess.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Skin|Chess.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
Offizielle URL https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Beschreibung Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Dateigröße 509 KB
Installationsanzahl 1,529
Aktuelle Version 2.2.0
Letztes Update 2023-03-01
Veröffentlichungsdatum 2021-01-01
Bewertung 4.50/5 Insgesamt 10 Bewertungen
Entwickler Simone Lucia
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}