lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
Cos'è lichess-hide?
lichess-hide è un'estensione di Chrome sviluppata da Vincent Simard, e la sua funzione principale è "Allows lichess.org users to hide opponent information, rating and spectator list".
Scarica il file CRX dell'estensione lichess-hide
Scarica i file di estensione lichess-hide 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 | |
| ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
| URL Ufficiale | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
| Descrizione | Allows lichess.org users to hide opponent information, rating and spectator list |
| Dimensione del File | 11.53 KB |
| Conteggio Installazioni | 93 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2016-07-16 |
| Data di Pubblicazione | 2016-07-16 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| 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-hide",
"version": "1.0.3",
"manifest_version": 2,
"description": "Allows lichess.org users to hide opponent information, rating and spectator list",
"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-hide.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [],
"permissions": []
} | |