Lichess Random Challenge

Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org

Lichess Random Challengeคืออะไร?

Lichess Random Challenge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DaciteRocks และคุณลักษณะหลักของมันคือ "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess Random Challenge

ดาวน์โหลดไฟล์ส่วนขยาย Lichess Random Challenge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows user to accept a random subscriber, random challenger, and delete all challenges. Added delete all challenges for (twitch.tv/imrosen)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lichess Random Challenge Lichess Random Challenge
ID dbfiajmohmadhlkpokgbikikeppjmibd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd
คำอธิบาย Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-03-16
วันที่เผยแพร่ 2021-03-16
ผู้พัฒนา DaciteRocks
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lichess Random Challenge",
    "author": "Simon Lammer, Thijs van den Hout, Connor Wardell",
    "description": "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org",
    "version": "1.4",
    "homepage_url": "https:\/\/github.com\/daciteRocks\/lichess-accept-random-challenge",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lichess.org\/*",
                "*:\/\/lichess.org\/*"
            ],
            "js": [
                "lichessARC.js"
            ],
            "css": [
                "lichessARC.css"
            ]
        }
    ]
}