Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Cos'è Smart Berserk | Lichess?
Smart Berserk | Lichess è un'estensione di Chrome sviluppata da Andrew, e la sua funzione principale è "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Berserk | Lichess
Scarica i file di estensione Smart Berserk | Lichess in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gebadcpcikhmmddgcknoiikdikojbphc |
| URL Ufficiale | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
| Descrizione | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
| Dimensione del File | 64.39 KB |
| Conteggio Installazioni | 140 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-04-19 |
| Data di Pubblicazione | 2023-04-18 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | Andrew |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/AndrewYatzkan/smart-berserk |
| URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
| Lingue Supportate | 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\/*"
]
}
]
} | |