lichess-timewarning

Warns lichess.org players when they are low on time with an audio sample

Qu'est-ce que lichess-timewarning ?

lichess-timewarning est une extension Chrome développée par Vincent Simard, et sa fonction principale est "Warns lichess.org players when they are low on time with an audio sample".

Télécharger le fichier CRX de l'extension lichess-timewarning

Téléchargez les fichiers d'extension lichess-timewarning 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

                                            

Informations de Base sur l'Extension

Nom lichess-timewarning lichess-timewarning
ID mpcfojdjmlkdnomdphkpeoocdobojjhm
URL Officiel https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm
Description Warns lichess.org players when they are low on time with an audio sample
Taille du Fichier 27.76 KB
Nombre d'Installations 41
Version Actuelle 0.1.4
Dernière Mise à Jour 2014-10-20
Date de Publication 2014-10-20
Évaluation 3.00/5 Total 4 Évaluations
Développeur Vincent Simard
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-timewarning",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Warns lichess.org players when they are low on time with an audio sample",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-timewarning.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ogg\/*"
    ],
    "permissions": [
        "storage"
    ]
}