lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
Hvad er lichess-drow?
lichess-drow er en Chrome-udvidelse udviklet af Vincent Simard, og dens hovedfunktion er "Adds the BlitzIn for ICC "draw" sound to lichess.org".
Download lichess-drow-udvidelses-CRX-fil
Download lichess-drow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | lichess-drow |
ID | kgljljppljobmdankjemkdaacnhpobpl |
Officiel URL | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
Beskrivelse | Adds the BlitzIn for ICC "draw" sound to lichess.org |
Filstørrelse | 9.42 KB |
Antal Installationer | 30 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2017-04-02 |
Udgivelsesdato | 2017-04-02 |
Udvikler | Vincent Simard |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |