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文件

下載LiChess - Disable Blitz and Bullet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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