Lichess Time Bar

Changes the time bar.

Co je Lichess Time Bar?

Lichess Time Bar je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Changes the time bar.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Lichess Time Bar

Stáhněte si soubory rozšíření Lichess Time Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Lichess Time Bar Lichess Time Bar
ID dinnoanclllebipcjekhopicbaoeglbc
Oficiální URL https://chromewebstore.google.com/detail/lichess-time-bar/dinnoanclllebipcjekhopicbaoeglbc
Popis Changes the time bar.
Velikost souboru 69.8 KB
Počet instalací 168
Aktuální Verze 3.5
Poslední Aktualizace 2018-05-17
Datum Vydání 2018-05-17
Hodnocení 3.14/5 Celkem 7 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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'"
}