lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
Vad är lichess-drow?
lichess-drow är en Chrome-tillägg utvecklad av Vincent Simard, och dess huvudfunktion är "Adds the BlitzIn for ICC "draw" sound to lichess.org".
Ladda ner lichess-drow-förlängningens CRX-fil
Ladda ner lichess-drow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | lichess-drow |
ID | kgljljppljobmdankjemkdaacnhpobpl |
Officiell webbadress | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
Beskrivning | Adds the BlitzIn for ICC "draw" sound to lichess.org |
Filstorlek | 9.42 KB |
Antal Installationer | 30 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2017-04-02 |
Publiceringsdatum | 2017-04-02 |
Utvecklare | Vincent Simard |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |