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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}