LichessARC

Allows accepting a random challenge on Lichess.org

Hvad er LichessARC?

LichessARC er en Chrome-udvidelse udviklet af GitProphet, og dens hovedfunktion er "Allows accepting a random challenge on Lichess.org".

Udvidelsesskærmbilleder

screenshot

Download LichessARC-udvidelses-CRX-fil

Download LichessARC-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

                        https://github.com/SimonLammer/lichess-accept-random-challenge                    

Grundlæggende oplysninger om udvidelsen

Navn LichessARC LichessARC
ID kbfljnbakebelbhioimnbilgkplibfec
Officiel URL https://chromewebstore.google.com/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec
Beskrivelse Allows accepting a random challenge on Lichess.org
Filstørrelse 10.79 KB
Antal Installationer 101
Nuværende Version 1.2
Senest Opdateret 2019-05-25
Udgivelsesdato 2019-05-25
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler GitProphet
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/SimonLammer/lichess-accept-random-challenge
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LichessARC",
    "author": "Simon Lammer",
    "description": "Allows accepting a random challenge on Lichess.org",
    "version": "1.2",
    "homepage_url": "https:\/\/github.com\/SimonLammer\/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"
            ]
        }
    ]
}