Lichess Random Challenge

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

Lichess Random Challenge là gì?

Lichess Random Challenge là một tiện ích mở rộng Chrome được phát triển bởi DaciteRocks, và tính năng chính của nó là "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lichess Random Challenge

Tải xuống các tệp mở rộng Lichess Random Challenge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lichess Random Challenge Lichess Random Challenge
ID dbfiajmohmadhlkpokgbikikeppjmibd
URL Chính Thức https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd
Mô tả Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-03-16
Ngày Phát Hành 2021-03-16
Nhà Phát Triển DaciteRocks
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}