Lichess Flags
View a player's country flag next to their username in live and post games! For lichess.org
Co to jest Lichess Flags?
Lichess Flags to rozszerzenie Chrome opracowane przez Jordan Aitken, a jego główną funkcją jest „View a player's country flag next to their username in live and post games! For lichess.org”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lichess Flags
Pobierz pliki rozszerzeń Lichess Flags w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        View a player's country flag next to their username in live and post games!
For lichess.org                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | nnecmpmlkanlehaglkjbmiibipdcppol | 
| Oficjalny URL | https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol | 
| Opis | View a player's country flag next to their username in live and post games! For lichess.org | 
| Rozmiar pliku | 209 KB | 
| Liczba instalacji | 986 | 
| Aktualna Wersja | 0.1.0 | 
| Ostatnia Aktualizacja | 2021-12-10 | 
| Data Publikacji | 2021-05-07 | 
| Ocena | 5.00/5 Łącznie 3 Oceny | 
| Deweloper | Jordan Aitken | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
} | |