Lichess Friends List Opener

Automatically opens the lichess friends list box.

Cos'è Lichess Friends List Opener?

Lichess Friends List Opener è un'estensione di Chrome sviluppata da brooksdev, e la sua funzione principale è "Automatically opens the lichess friends list box.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lichess Friends List Opener

Scarica i file di estensione Lichess Friends List Opener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
URL Ufficiale https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Descrizione Automatically opens the lichess friends list box.
Dimensione del File 13 KB
Conteggio Installazioni 50
Versione Corrente 1.3
Ultimo Aggiornamento 2020-09-02
Data di Pubblicazione 2020-08-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore brooksdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}