Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Apa itu Smart Berserk | Lichess?
Smart Berserk | Lichess adalah ekstensi Chrome yang dikembangkan oleh Andrew, dan fitur utamanya adalah "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Smart Berserk | Lichess
Unduh file ekstensi Smart Berserk | Lichess 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
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.
Informasi Dasar Ekstensi
Nama | Smart Berserk | Lichess |
ID | gebadcpcikhmmddgcknoiikdikojbphc |
URL Resmi | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
Deskripsi | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
Ukuran File | 64.39 KB |
Jumlah Instalasi | 140 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-04-19 |
Tanggal Publikasi | 2023-04-18 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Andrew |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/AndrewYatzkan/smart-berserk |
URL Halaman Kebijakan Privasi | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
Bahasa yang Didukung | 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\/*" ] } ] } |