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 هو إضافة Chrome تم تطويرها بواسطة KeeghanM، والميزة الرئيسية لها هي "Removes the buttons which start Blitz and Bullet games on LiChess".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LiChess - Disable Blitz and Bullet

قم بتنزيل ملفات الامتداد LiChess - Disable Blitz and Bullet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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