Custom Chess Pieces

Customize your chess pieces and more on chess.com and lichess.org

什么是Custom Chess Pieces?

Custom Chess Pieces是由Software By Jules开发的Chrome扩展程序,该扩展的主要功能是“Customize your chess pieces and more on chess.com and lichess.org”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Custom Chess Pieces扩展crx文件

下载Custom Chess Pieces扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to upload your own images to use instead of the standard pieces and set some colors (like premoves) on lichess.org and chess.com. You can also import and export profiles, this way you can share your setup effortlessly. 
To use the extension simply click on the icon after downloading it.

You can share or get profiles on our discord server: https://discord.gg/DbMUU4y3bA
You can check out our other extensions on https://www.softwarebyjules.com/                    

扩展基本信息

名称 Custom Chess Pieces Custom Chess Pieces
ID ojgpnklmeindgkfapeachbhfblejacpb
官方URL https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb
简介 Customize your chess pieces and more on chess.com and lichess.org
文件大小 10.36 KB
安装次数 41
当前版本 1.1
更新时间 2023-09-22
上架时间 2023-09-21
评分 5.00/5 共1次评分
开发者 Software By Jules
电子邮箱 [email protected]
付费类型 free
扩展官网 https://softwarebyjules.com
隐私政策页面URL https://softwarebyjules.com/index.php/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Chess Pieces",
    "description": "Customize your chess pieces and more on chess.com and lichess.org",
    "version": "1.1",
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/lichess.org\/*",
        "https:\/\/www.chess.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*",
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "rerun.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Custom Chess Pieces",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    }
}