Lichess Friends List Opener

Automatically opens the lichess friends list box.

Co to jest Lichess Friends List Opener?

Lichess Friends List Opener to rozszerzenie Chrome opracowane przez brooksdev, a jego główną funkcją jest „Automatically opens the lichess friends list box.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lichess Friends List Opener

Pobierz pliki rozszerzeń Lichess Friends List Opener 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

                        This extension automatically opens the lichess friends list box. This mimics the behavior that the site used to have in which online friends were automatically visible in the friends list box.                    

Podstawowe informacje o rozszerzeniu

Nazwa Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
Oficjalny URL https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Opis Automatically opens the lichess friends list box.
Rozmiar pliku 13 KB
Liczba instalacji 50
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2020-09-02
Data Publikacji 2020-08-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper brooksdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Friends List Opener",
    "version": "1.3",
    "description": "Automatically opens the lichess friends list box.",
    "icons": {
        "192": "lichess-favicon-192.png"
    },
    "web_accessible_resources": [
        "\/main.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 2
}