lichess-timewarning

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

O que é lichess-timewarning?

lichess-timewarning é uma extensão do Chrome desenvolvida por Vincent Simard, e sua principal característica é "Warns lichess.org players when they are low on time with an audio sample".

Baixar o arquivo CRX da Extensão lichess-timewarning

Baixe arquivos de extensão lichess-timewarning no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome lichess-timewarning lichess-timewarning
ID mpcfojdjmlkdnomdphkpeoocdobojjhm
URL Oficial https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm
Descrição Warns lichess.org players when they are low on time with an audio sample
Tamanho do Arquivo 27.76 KB
Contagem de Instalações 41
Versão Atual 0.1.4
Última Atualização 2014-10-20
Data de Publicação 2014-10-20
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Vincent Simard
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}