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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } ] } |