GBChess Extension

Chess Next Move Extension for Chess.com and Lichess.org

GBChess Extension란 무엇입니까?

GBChess Extension은(는) http://www.grandbastard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chess Next Move Extension for Chess.com and Lichess.org"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GBChess Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By the creators of SmartAdBlock

Get a Hint in the Middle of the Game With GrandBastard Chess Analysis Browser Extension. This extension shows you the next best move in your live chess game.
Compatible With Chess.com and Lichess.org.

After installation in chrome please refresh your chess game page to allow the extension to be effective.
 
Privacy Policy: We NEVER store any user data. The extension is invisible to visited websites. We do not promote cheating on chess websites.                    

확장 프로그램 기본 정보

이름 GBChess Extension GBChess Extension
ID ogdgmmjdlbkiikfkagogfdedkloonigi
공식 URL https://chrome.google.com/webstore/detail/gbchess-extension/ogdgmmjdlbkiikfkagogfdedkloonigi
설명 Chess Next Move Extension for Chess.com and Lichess.org
파일 크기 414 KB
설치 횟수 10,000
현재 버전 1.36
최근 업데이트 2020-09-08
출시 날짜 2020-06-16
평점 2.43/5 총 106 개의 평점
개발자 http://www.grandbastard.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.grandbastard.com
개인정보 보호 정책 페이지 URL https://www.smartadblock.co.uk/privacy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GBChess Extension",
    "description": "Chess Next Move Extension for Chess.com and Lichess.org",
    "version": "1.36",
    "homepage_url": "http:\/\/www.grandbastard.com",
    "author": "GBChess Admin",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "72": "icons\/icon72.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup\/grandbastard.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.grandbastard.com\/",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background-script.js",
            "js\/jquery.js",
            "js\/stockfish.js",
            "js\/chess.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "default_locale": "en"
}