Lichess Flags

View a player's country flag next to their username in live and post games! For lichess.org

Lichess Flags là gì?

Lichess Flags là một tiện ích mở rộng Chrome được phát triển bởi Jordan Aitken, và tính năng chính của nó là "View a player's country flag next to their username in live and post games! For lichess.org".

Ả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 Flags

Tải xuống các tệp mở rộng Lichess Flags 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

                        View a player's country flag next to their username in live and post games!

For lichess.org                    

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

Tên Lichess Flags Lichess Flags
ID nnecmpmlkanlehaglkjbmiibipdcppol
URL Chính Thức https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol
Mô tả View a player's country flag next to their username in live and post games! For lichess.org
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 986
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-12-10
Ngày Phát Hành 2021-05-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jordan Aitken
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess Flags",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "script.js",
                "countryCodes.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    }
}