Skin|Chess.com

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

Τι είναι το Skin|Chess.com;

Το Skin|Chess.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Simone Lucia, και η κύρια λειτουργία του είναι "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Skin|Chess.com

Λήψη αρχείων επέκτασης Skin|Chess.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
Επίσημο URL https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Περιγραφή Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Μέγεθος Αρχείου 509 KB
Αριθμός Εγκαταστάσεων 1,529
Τρέχουσα Έκδοση 2.2.0
Τελευταία Ενημέρωση 2023-03-01
Ημερομηνία Δημοσίευσης 2021-01-01
Αξιολόγηση 4.50/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Simone Lucia
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}