Lichess Friends List Opener

Automatically opens the lichess friends list box.

Lichess Friends List Opener là gì?

Lichess Friends List Opener là một tiện ích mở rộng Chrome được phát triển bởi brooksdev, và tính năng chính của nó là "Automatically opens the lichess friends list box.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lichess Friends List Opener

Tải xuống các tệp mở rộng Lichess Friends List Opener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
URL Chính Thức https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Mô tả Automatically opens the lichess friends list box.
Kích Thước Tệp 13 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-09-02
Ngày Phát Hành 2020-08-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển brooksdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}