Lichess Friends List Opener

Automatically opens the lichess friends list box.

What is Lichess Friends List Opener?

Lichess Friends List Opener is a Chrome extension developed by brooksdev, and its main feature is "Automatically opens the lichess friends list box.".

Extension Screenshots

screenshot

Download Lichess Friends List Opener Extension CRX File

Download Lichess Friends List Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
Official URL https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Description Automatically opens the lichess friends list box.
File Size 13 KB
Installation Count 50
Current Version 1.3
Last Updated 2020-09-02
Publish Date 2020-08-20
Rating 5.00/5 Total 2 Ratings
Developer brooksdev
Email [email protected]
Payment Type free
Supported Languages 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
}