lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
What is lichess-hide?
lichess-hide is a Chrome extension developed by Vincent Simard, and its main feature is "Allows lichess.org users to hide opponent information, rating and spectator list".
Download lichess-hide Extension CRX File
Download lichess-hide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
Official URL | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
Description | Allows lichess.org users to hide opponent information, rating and spectator list |
File Size | 11.53 KB |
Installation Count | 93 |
Current Version | 1.0.3 |
Last Updated | 2016-07-16 |
Publish Date | 2016-07-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Vincent Simard |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |