Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Τι είναι το Smart Berserk | Lichess;
Το Smart Berserk | Lichess είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrew, και η κύρια λειτουργία του είναι "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Smart Berserk | Lichess
Λήψη αρχείων επέκτασης Smart Berserk | Lichess σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Currently works for 1+0 and 3+0 games. The berserk icon will light up if you should berserk and not change if you shouldn't.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Smart Berserk | Lichess |
ID | gebadcpcikhmmddgcknoiikdikojbphc |
Επίσημο URL | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
Περιγραφή | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
Μέγεθος Αρχείου | 64.39 KB |
Αριθμός Εγκαταστάσεων | 140 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-04-19 |
Ημερομηνία Δημοσίευσης | 2023-04-18 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Andrew |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/AndrewYatzkan/smart-berserk |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smart Berserk | Lichess", "version": "1.0.0", "description": "Tells you when to berserk in a lichess arena tournament game using the power of statistics!", "icons": { "128": "img\/icon.png" }, "author": "Andrew Yatzkan", "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "particles.js", "content.js" ], "css": [ "gold-icon.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.png", "*.json" ], "matches": [ "https:\/\/lichess.org\/*" ] } ] } |