Lichess Friends List Opener

Automatically opens the lichess friends list box.

什麼是Lichess Friends List Opener?

Lichess Friends List Opener是由brooksdev開發的Chrome擴展程式,該擴展的主要功能是“Automatically opens the lichess friends list box.”。

擴展截圖

screenshot

下載Lichess Friends List Opener擴展crx文件

下載Lichess Friends List Opener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
官方網址 https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
簡介 Automatically opens the lichess friends list box.
檔案大小 13 KB
安裝次數 50
目前版本 1.3
更新時間 2020-09-02
上架時間 2020-08-20
評分 5.00/5 共 2 次評分
開發者 brooksdev
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}