Lichess Flags

View a player's country flag next to their username in live and post games! For lichess.org

Wat is Lichess Flags?

Lichess Flags is een Chrome-extensie ontwikkeld door Jordan Aitken, en de belangrijkste functie is "View a player's country flag next to their username in live and post games! For lichess.org".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lichess Flags

Download Lichess Flags-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        View a player's country flag next to their username in live and post games!

For lichess.org                    

Basisinformatie over de Extensie

Naam Lichess Flags Lichess Flags
ID nnecmpmlkanlehaglkjbmiibipdcppol
Officiële URL https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol
Beschrijving View a player's country flag next to their username in live and post games! For lichess.org
Bestandsgrootte 209 KB
Aantal Installaties 986
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-12-10
Publicatiedatum 2021-05-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Jordan Aitken
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}