Lichess Friends List Opener

Automatically opens the lichess friends list box.

Qu'est-ce que Lichess Friends List Opener ?

Lichess Friends List Opener est une extension Chrome développée par brooksdev, et sa fonction principale est "Automatically opens the lichess friends list box.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lichess Friends List Opener

Téléchargez les fichiers d'extension Lichess Friends List Opener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
URL Officiel https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Description Automatically opens the lichess friends list box.
Taille du Fichier 13 KB
Nombre d'Installations 50
Version Actuelle 1.3
Dernière Mise à Jour 2020-09-02
Date de Publication 2020-08-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur brooksdev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}