Lichess Friends List Opener

Automatically opens the lichess friends list box.

¿Qué es Lichess Friends List Opener?

Lichess Friends List Opener es una extensión de Chrome desarrollada por brooksdev, y su función principal es "Automatically opens the lichess friends list box.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lichess Friends List Opener

Descarga archivos de extensión Lichess Friends List Opener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
URL Oficial https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Descripción Automatically opens the lichess friends list box.
Tamaño del Archivo 13 KB
Cantidad de Instalaciones 50
Versión Actual 1.3
Última Actualización 2020-09-02
Fecha de Publicación 2020-08-20
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador brooksdev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}