LichessARC

Allows accepting a random challenge on Lichess.org

Qu'est-ce que LichessARC ?

LichessARC est une extension Chrome développée par GitProphet, et sa fonction principale est "Allows accepting a random challenge on Lichess.org".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LichessARC

Téléchargez les fichiers d'extension LichessARC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom LichessARC LichessARC
ID kbfljnbakebelbhioimnbilgkplibfec
URL Officiel https://chromewebstore.google.com/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec
Description Allows accepting a random challenge on Lichess.org
Taille du Fichier 10.79 KB
Nombre d'Installations 101
Version Actuelle 1.2
Dernière Mise à Jour 2019-05-25
Date de Publication 2019-05-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur GitProphet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/SimonLammer/lichess-accept-random-challenge
Langues Prises en Charge 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"
            ]
        }
    ]
}