lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
Apa itu lichess-timewarning?
lichess-timewarning adalah ekstensi Chrome yang dikembangkan oleh Vincent Simard, dan fitur utamanya adalah "Warns lichess.org players when they are low on time with an audio sample".
Unduh Berkas CRX Ekstensi lichess-timewarning
Unduh file ekstensi lichess-timewarning dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
URL Resmi | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
Deskripsi | Warns lichess.org players when they are low on time with an audio sample |
Ukuran File | 27.76 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 0.1.4 |
Terakhir Diperbarui | 2014-10-20 |
Tanggal Publikasi | 2014-10-20 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | Vincent Simard |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |