Skin|Chess.com

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

Co je Skin|Chess.com?

Skin|Chess.com je rozšíření Chrome vyvinuté Simone Lucia, a jeho hlavní funkcí je „Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Skin|Chess.com

Stáhněte si soubory rozšíření Skin|Chess.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
Oficiální URL https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Popis Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Velikost souboru 509 KB
Počet instalací 1,529
Aktuální Verze 2.2.0
Poslední Aktualizace 2023-03-01
Datum Vydání 2021-01-01
Hodnocení 4.50/5 Celkem 10 Hodnocení
Vývojář Simone Lucia
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}