lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
Qu'est-ce que lichess-hide ?
lichess-hide est une extension Chrome développée par Vincent Simard, et sa fonction principale est "Allows lichess.org users to hide opponent information, rating and spectator list".
Télécharger le fichier CRX de l'extension lichess-hide
Téléchargez les fichiers d'extension lichess-hide au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | ![]() |
ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
URL Officiel | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
Description | Allows lichess.org users to hide opponent information, rating and spectator list |
Taille du Fichier | 11.53 KB |
Nombre d'Installations | 93 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-07-16 |
Date de Publication | 2016-07-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Vincent Simard |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |