lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
Cos'è lichess-drow?
lichess-drow è un'estensione di Chrome sviluppata da Vincent Simard, e la sua funzione principale è "Adds the BlitzIn for ICC "draw" sound to lichess.org".
Scarica il file CRX dell'estensione lichess-drow
Scarica i file di estensione lichess-drow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | lichess-drow |
ID | kgljljppljobmdankjemkdaacnhpobpl |
URL Ufficiale | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
Descrizione | Adds the BlitzIn for ICC "draw" sound to lichess.org |
Dimensione del File | 9.42 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-04-02 |
Data di Pubblicazione | 2017-04-02 |
Sviluppatore | Vincent Simard |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |