lichess-timewarning

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

Cos'è lichess-timewarning?

lichess-timewarning è un'estensione di Chrome sviluppata da Vincent Simard, e la sua funzione principale è "Warns lichess.org players when they are low on time with an audio sample".

Scarica il file CRX dell'estensione lichess-timewarning

Scarica i file di estensione lichess-timewarning in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome lichess-timewarning lichess-timewarning
ID mpcfojdjmlkdnomdphkpeoocdobojjhm
URL Ufficiale https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm
Descrizione Warns lichess.org players when they are low on time with an audio sample
Dimensione del File 27.76 KB
Conteggio Installazioni 41
Versione Corrente 0.1.4
Ultimo Aggiornamento 2014-10-20
Data di Pubblicazione 2014-10-20
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore Vincent Simard
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}