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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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\/"
            ]
        }
    ]
}