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