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 Simone Lucia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skin|Chess.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*" ] } ] } |