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開發的Chrome擴展程式,該擴展的主要功能是“Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.”。
擴展截圖
下載Skin|Chess.com擴展crx文件
下載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 |
ID | hnlflecfdodohnfammbmompaleleikph |
官方網址 | 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\/*" ] } ] } |