lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
Co je lichess-timewarning?
lichess-timewarning je rozšíření Chrome vyvinuté Vincent Simard, a jeho hlavní funkcí je „Warns lichess.org players when they are low on time with an audio sample“.
Stáhnout soubor CRX rozšíření lichess-timewarning
Stáhněte si soubory rozšíření lichess-timewarning ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
Oficiální URL | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
Popis | Warns lichess.org players when they are low on time with an audio sample |
Velikost souboru | 27.76 KB |
Počet instalací | 41 |
Aktuální Verze | 0.1.4 |
Poslední Aktualizace | 2014-10-20 |
Datum Vydání | 2014-10-20 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | Vincent Simard |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |