lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
Was ist lichess-drow?
lichess-drow ist eine Chrome-Erweiterung, die von Vincent Simard entwickelt wurde, und ihr Hauptmerkmal ist "Adds the BlitzIn for ICC "draw" sound to lichess.org".
lichess-drow-Erweiterungs-CRX-Datei herunterladen
Laden Sie lichess-drow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kgljljppljobmdankjemkdaacnhpobpl |
| Offizielle URL | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
| Beschreibung | Adds the BlitzIn for ICC "draw" sound to lichess.org |
| Dateigröße | 9.42 KB |
| Installationsanzahl | 30 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2017-04-02 |
| Veröffentlichungsdatum | 2017-04-02 |
| Entwickler | Vincent Simard |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |