Lichess Time Bar

Changes the time bar.

O que é Lichess Time Bar?

Lichess Time Bar é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Changes the time bar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lichess Time Bar

Baixe arquivos de extensão Lichess Time Bar 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

                        changes the timebar look and adds sound for countdown for below 10 seconds. and shows small fireworks when you check !
hope you like it, made by Guven Sezgin Kurt                    

Informações Básicas da Extensão

Nome Lichess Time Bar Lichess Time Bar
ID dinnoanclllebipcjekhopicbaoeglbc
URL Oficial https://chromewebstore.google.com/detail/lichess-time-bar/dinnoanclllebipcjekhopicbaoeglbc
Descrição Changes the time bar.
Tamanho do Arquivo 69.8 KB
Contagem de Instalações 168
Versão Atual 3.5
Última Atualização 2018-05-17
Data de Publicação 2018-05-17
Classificação 3.14/5 Total de 7 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess Time Bar",
    "version": "3.5",
    "description": "Changes the time bar.",
    "background": {
        "persistent": false,
        "scripts": [
            "content.js",
            "jquery.min.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Gvn",
        "default_icon": "clock.png",
        "default_popup": "clock.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}