lichess clock color

extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…

What is lichess clock color?

lichess clock color is a Chrome extension developed by adeebshihadeh, and its main feature is "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".

Extension Screenshots

screenshot
screenshot

Download lichess clock color Extension CRX File

Download lichess clock color 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

                        extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate who has more time

red background when your opponent has more time
green when you have more time than your opponent                    

Extension Basic Information

Name lichess clock color lichess clock color
ID acbbdbhpfaaglhldigkkoacbbedhmogf
Official URL https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf
Description extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
File Size 12.11 KB
Installation Count 108
Current Version 0.1.1
Last Updated 2018-08-21
Publish Date 2018-08-21
Rating 1.00/5 Total 1 Ratings
Developer adeebshihadeh
Payment Type free
Extension Website https://github.com/quillford/lichess-colorclock
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess clock color",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "",
    "homepage_url": "https:\/\/github.com\/quillford\/clockcolor",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/lichess.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}