LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

LiChess - Disable Blitz and Bullet란 무엇입니까?

LiChess - Disable Blitz and Bullet은(는) KeeghanM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the buttons which start Blitz and Bullet games on LiChess"입니다.

확장 프로그램 스크린샷

screenshot

LiChess - Disable Blitz and Bullet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When installed, this extension will remove the homepage buttons which start a game on LiChess for any time control below 10 minutes.

You are still able to create these games with the "Create Custom" feature, this simply removes the default buttons.

This tool is designed to reduce the number of blitz games you play, allowing you to focus on improving your chess through slower time controls. By adding a layer of thought required to begin a blitz or bullet game, this will hopefully reduce the number that you mindlessly play!                    

확장 프로그램 기본 정보

이름 LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
공식 URL https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
설명 Removes the buttons which start Blitz and Bullet games on LiChess
파일 크기 3.15 KB
설치 횟수 46
현재 버전 0.1.0
최근 업데이트 2021-11-30
출시 날짜 2021-11-30
평점 5.00/5 총 1 개의 평점
개발자 KeeghanM
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiChess - Disable Blitz and Bullet",
    "version": "0.1.0",
    "description": "Removes the buttons which start Blitz and Bullet games on LiChess",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/"
            ]
        }
    ]
}