Lichess Flags
View a player's country flag next to their username in live and post games! For lichess.org
Vad är Lichess Flags?
Lichess Flags är en Chrome-tillägg utvecklad av Jordan Aitken, och dess huvudfunktion är "View a player's country flag next to their username in live and post games! For lichess.org".
Tilläggsskärmbilder
Ladda ner Lichess Flags-förlängningens CRX-fil
Ladda ner Lichess Flags-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
View a player's country flag next to their username in live and post games!
For lichess.org Grundläggande Information om Tillägg
| Namn | |
| ID | nnecmpmlkanlehaglkjbmiibipdcppol |
| Officiell webbadress | https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol |
| Beskrivning | View a player's country flag next to their username in live and post games! For lichess.org |
| Filstorlek | 209 KB |
| Antal Installationer | 986 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2021-12-10 |
| Publiceringsdatum | 2021-05-07 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Jordan Aitken |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |