lichess-timewarning

Warns lichess.org players when they are low on time with an audio sample

What is lichess-timewarning?

lichess-timewarning is a Chrome extension developed by Vincent Simard, and its main feature is "Warns lichess.org players when they are low on time with an audio sample".

Download lichess-timewarning Extension CRX File

Download lichess-timewarning 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 Basic Information

Name lichess-timewarning lichess-timewarning
ID mpcfojdjmlkdnomdphkpeoocdobojjhm
Official URL https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm
Description Warns lichess.org players when they are low on time with an audio sample
File Size 27.76 KB
Installation Count 41
Current Version 0.1.4
Last Updated 2014-10-20
Publish Date 2014-10-20
Rating 3.00/5 Total 4 Ratings
Developer Vincent Simard
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-timewarning",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Warns lichess.org players when they are low on time with an audio sample",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-timewarning.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ogg\/*"
    ],
    "permissions": [
        "storage"
    ]
}