lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
Wat is lichess-timewarning?
lichess-timewarning is een Chrome-extensie ontwikkeld door Vincent Simard, en de belangrijkste functie is "Warns lichess.org players when they are low on time with an audio sample".
Download het CRX-bestand van de extensie lichess-timewarning
Download lichess-timewarning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
Officiële URL | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
Beschrijving | Warns lichess.org players when they are low on time with an audio sample |
Bestandsgrootte | 27.76 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2014-10-20 |
Publicatiedatum | 2014-10-20 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Vincent Simard |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |