Smart Berserk | Lichess

Tells you when to berserk in a lichess arena tournament game using the power of statistics!

Smart Berserk | Lichess란 무엇입니까?

Smart Berserk | Lichess은(는) Andrew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tells you when to berserk in a lichess arena tournament game using the power of statistics!"입니다.

확장 프로그램 스크린샷

screenshot

Smart Berserk | Lichess 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Currently works for 1+0 and 3+0 games. The berserk icon will light up if you should berserk and not change if you shouldn't.                    

확장 프로그램 기본 정보

이름 Smart Berserk | Lichess Smart Berserk | Lichess
ID gebadcpcikhmmddgcknoiikdikojbphc
공식 URL https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc
설명 Tells you when to berserk in a lichess arena tournament game using the power of statistics!
파일 크기 64.39 KB
설치 횟수 140
현재 버전 1.0.0
최근 업데이트 2023-04-19
출시 날짜 2023-04-18
평점 4.50/5 총 2 개의 평점
개발자 Andrew
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/AndrewYatzkan/smart-berserk
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart Berserk | Lichess",
    "version": "1.0.0",
    "description": "Tells you when to berserk in a lichess arena tournament game using the power of statistics!",
    "icons": {
        "128": "img\/icon.png"
    },
    "author": "Andrew Yatzkan",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "particles.js",
                "content.js"
            ],
            "css": [
                "gold-icon.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.json"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ]
}