Lichess Time Bar

Changes the time bar.

What is Lichess Time Bar?

Lichess Time Bar is a Chrome extension developed by Unknown, and its main feature is "Changes the time bar.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Lichess Time Bar Extension CRX File

Download Lichess Time Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Lichess Time Bar Lichess Time Bar
ID dinnoanclllebipcjekhopicbaoeglbc
Official URL https://chromewebstore.google.com/detail/lichess-time-bar/dinnoanclllebipcjekhopicbaoeglbc
Description Changes the time bar.
File Size 69.8 KB
Installation Count 168
Current Version 3.5
Last Updated 2018-05-17
Publish Date 2018-05-17
Rating 3.14/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages 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'"
}