lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
Hvad er lichess-hide?
lichess-hide er en Chrome-udvidelse udviklet af Vincent Simard, og dens hovedfunktion er "Allows lichess.org users to hide opponent information, rating and spectator list".
Download lichess-hide-udvidelses-CRX-fil
Download lichess-hide-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
Officiel URL | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
Beskrivelse | Allows lichess.org users to hide opponent information, rating and spectator list |
Filstørrelse | 11.53 KB |
Antal Installationer | 93 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2016-07-16 |
Udgivelsesdato | 2016-07-16 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Vincent Simard |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |