LiChess - Disable Blitz and Bullet
Removes the buttons which start Blitz and Bullet games on LiChess
O que é LiChess - Disable Blitz and Bullet?
LiChess - Disable Blitz and Bullet é uma extensão do Chrome desenvolvida por KeeghanM, e sua principal característica é "Removes the buttons which start Blitz and Bullet games on LiChess".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LiChess - Disable Blitz and Bullet
Baixe arquivos de extensão LiChess - Disable Blitz and Bullet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | LiChess - Disable Blitz and Bullet |
ID | fhgmafdofeikhnclndfdnaeobamhefla |
URL Oficial | https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla |
Descrição | Removes the buttons which start Blitz and Bullet games on LiChess |
Tamanho do Arquivo | 3.15 KB |
Contagem de Instalações | 46 |
Versão Atual | 0.1.0 |
Última Atualização | 2021-11-30 |
Data de Publicação | 2021-11-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | KeeghanM |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } ] } |