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開發的Chrome擴展程式,該擴展的主要功能是“Tells you when to berserk in a lichess arena tournament game using the power of statistics!”。
擴展截圖
下載Smart Berserk | Lichess擴展crx文件
下載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 |
官方網址 | 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\/*" ] } ] } |