LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

Apa itu LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet adalah ekstensi Chrome yang dikembangkan oleh KeeghanM, dan fitur utamanya adalah "Removes the buttons which start Blitz and Bullet games on LiChess".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LiChess - Disable Blitz and Bullet

Unduh file ekstensi LiChess - Disable Blitz and Bullet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
URL Resmi https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Deskripsi Removes the buttons which start Blitz and Bullet games on LiChess
Ukuran File 3.15 KB
Jumlah Instalasi 46
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2021-11-30
Tanggal Publikasi 2021-11-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang KeeghanM
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
            ]
        }
    ]
}