Skin|Chess.com
Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Qu'est-ce que Skin|Chess.com ?
Skin|Chess.com est une extension Chrome développée par Simone Lucia, et sa fonction principale est "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skin|Chess.com
Téléchargez les fichiers d'extension Skin|Chess.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Skin|Chess.com |
ID | hnlflecfdodohnfammbmompaleleikph |
URL Officiel | https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph |
Description | Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces. |
Taille du Fichier | 509 KB |
Nombre d'Installations | 1,529 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2023-03-01 |
Date de Publication | 2021-01-01 |
Évaluation | 4.50/5 Total 10 Évaluations |
Développeur | Simone Lucia |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |