LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

¿Qué es LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet es una extensión de Chrome desarrollada por KeeghanM, y su función principal es "Removes the buttons which start Blitz and Bullet games on LiChess".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LiChess - Disable Blitz and Bullet

Descarga archivos de extensión LiChess - Disable Blitz and Bullet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
URL Oficial https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Descripción Removes the buttons which start Blitz and Bullet games on LiChess
Tamaño del Archivo 3.15 KB
Cantidad de Instalaciones 46
Versión Actual 0.1.0
Última Actualización 2021-11-30
Fecha de Publicación 2021-11-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador KeeghanM
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/"
            ]
        }
    ]
}