Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

What is Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers is a Chrome extension developed by timothyha, and its main feature is "Send chat messages or whisper to spectators room with move numbers".

Extension Screenshots

screenshot

Download Lichess.org chat/whisper with move numbers Extension CRX File

Download Lichess.org chat/whisper with move numbers 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

                        Automatically adds move numbers when you chat with your Lichess.org opponent or send "whispers" to the spectators' room. Helps them follow the thought process.                    

Extension Basic Information

Name Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
Official URL https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Description Send chat messages or whisper to spectators room with move numbers
File Size 425 KB
Installation Count 249
Current Version 2021.03.14
Last Updated 2021-03-13
Publish Date 2020-05-21
Rating 4.56/5 Total 9 Ratings
Developer timothyha
Email [email protected]
Payment Type free
Extension Website https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Help Page URL https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess.org chat\/whisper with move numbers",
    "version": "2021.03.14",
    "description": "Send chat messages or whisper to spectators room with move numbers",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "Lichess_Chat_Whisper_Move_Numbers"
        }
    }
}