Lichess Time Bar

Changes the time bar.

Wat is Lichess Time Bar?

Lichess Time Bar is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Changes the time bar.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lichess Time Bar

Download Lichess Time Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lichess Time Bar Lichess Time Bar
ID dinnoanclllebipcjekhopicbaoeglbc
Officiële URL https://chromewebstore.google.com/detail/lichess-time-bar/dinnoanclllebipcjekhopicbaoeglbc
Beschrijving Changes the time bar.
Bestandsgrootte 69.8 KB
Aantal Installaties 168
Huidige Versie 3.5
Laatst Bijgewerkt 2018-05-17
Publicatiedatum 2018-05-17
Beoordeling 3.14/5 Totaal 7 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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'"
}