lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
What is lichess-drow?
lichess-drow is a Chrome extension developed by Vincent Simard, and its main feature is "Adds the BlitzIn for ICC "draw" sound to lichess.org".
Download lichess-drow Extension CRX File
Download lichess-drow 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-drow |
ID | kgljljppljobmdankjemkdaacnhpobpl |
Official URL | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
Description | Adds the BlitzIn for ICC "draw" sound to lichess.org |
File Size | 9.42 KB |
Installation Count | 30 |
Current Version | 0.1.1 |
Last Updated | 2017-04-02 |
Publish Date | 2017-04-02 |
Developer | Vincent Simard |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-drow", "version": "0.1.1", "manifest_version": 2, "description": "Adds the BlitzIn for ICC \"draw\" sound to lichess.org", "icons": [], "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-drow.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |