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 Andrew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tells you when to berserk in a lichess arena tournament game using the power of statistics!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Berserk | Lichess एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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\/*" ] } ] } |