Lichess Random Challenge
Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
Hvad er Lichess Random Challenge?
Lichess Random Challenge er en Chrome-udvidelse udviklet af DaciteRocks, og dens hovedfunktion er "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org".
Udvidelsesskærmbilleder
Download Lichess Random Challenge-udvidelses-CRX-fil
Download Lichess Random Challenge-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Allows user to accept a random subscriber, random challenger, and delete all challenges. Added delete all challenges for (twitch.tv/imrosen)
Grundlæggende oplysninger om udvidelsen
Navn | Lichess Random Challenge |
ID | dbfiajmohmadhlkpokgbikikeppjmibd |
Officiel URL | https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd |
Beskrivelse | Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org |
Filstørrelse | 147 KB |
Antal Installationer | 26 |
Nuværende Version | 1.4 |
Senest Opdateret | 2021-03-16 |
Udgivelsesdato | 2021-03-16 |
Udvikler | DaciteRocks |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |