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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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\/*"
            ]
        }
    ]
}