Skin|Chess.com

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

Vad är Skin|Chess.com?

Skin|Chess.com är en Chrome-tillägg utvecklad av Simone Lucia, och dess huvudfunktion är "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Skin|Chess.com-förlängningens CRX-fil

Ladda ner Skin|Chess.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
Officiell webbadress https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Beskrivning Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Filstorlek 509 KB
Antal Installationer 1,529
Aktuell Version 2.2.0
Senast Uppdaterad 2023-03-01
Publiceringsdatum 2021-01-01
Betyg 4.50/5 Totalt 10 Betyg
Utvecklare Simone Lucia
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}