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
官方網址 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"
        }
    }
}