Lichess Random Challenge

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

What is Lichess Random Challenge?

Lichess Random Challenge is a Chrome extension developed by DaciteRocks, and its main feature is "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org".

Extension Screenshots

screenshot

Download Lichess Random Challenge Extension CRX File

Download Lichess Random Challenge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Lichess Random Challenge Lichess Random Challenge
ID dbfiajmohmadhlkpokgbikikeppjmibd
Official URL https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd
Description Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
File Size 147 KB
Installation Count 26
Current Version 1.4
Last Updated 2021-03-16
Publish Date 2021-03-16
Developer DaciteRocks
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}