Lichess Flags
View a player's country flag next to their username in live and post games! For lichess.org
What is Lichess Flags?
Lichess Flags is a Chrome extension developed by Jordan Aitken, and its main feature is "View a player's country flag next to their username in live and post games! For lichess.org".
Extension Screenshots
Download Lichess Flags Extension CRX File
Download Lichess Flags 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
View a player's country flag next to their username in live and post games! For lichess.org
Extension Basic Information
Name | Lichess Flags |
ID | nnecmpmlkanlehaglkjbmiibipdcppol |
Official URL | https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol |
Description | View a player's country flag next to their username in live and post games! For lichess.org |
File Size | 209 KB |
Installation Count | 986 |
Current Version | 0.1.0 |
Last Updated | 2021-12-10 |
Publish Date | 2021-05-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Jordan Aitken |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lichess Flags", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "script.js", "countryCodes.js" ], "css": [ "styles.css" ] } ], "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" } } |