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!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Berserk | Lichess

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}