Lichess Random Challenge

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

Apa itu Lichess Random Challenge?

Lichess Random Challenge adalah ekstensi Chrome yang dikembangkan oleh DaciteRocks, dan fitur utamanya adalah "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lichess Random Challenge

Unduh file ekstensi Lichess Random Challenge dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lichess Random Challenge Lichess Random Challenge
ID dbfiajmohmadhlkpokgbikikeppjmibd
URL Resmi https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd
Deskripsi Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
Ukuran File 147 KB
Jumlah Instalasi 26
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-03-16
Tanggal Publikasi 2021-03-16
Pengembang DaciteRocks
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}