Lichess Time Bar

Changes the time bar.

Lichess Time Bar là gì?

Lichess Time Bar là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Changes the time bar.".

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

screenshot
screenshot
screenshot

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

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

                        changes the timebar look and adds sound for countdown for below 10 seconds. and shows small fireworks when you check !
hope you like it, made by Guven Sezgin Kurt                    

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

Tên Lichess Time Bar Lichess Time Bar
ID dinnoanclllebipcjekhopicbaoeglbc
URL Chính Thức https://chromewebstore.google.com/detail/lichess-time-bar/dinnoanclllebipcjekhopicbaoeglbc
Mô tả Changes the time bar.
Kích Thước Tệp 69.8 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2018-05-17
Ngày Phát Hành 2018-05-17
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Unknown
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",
    "manifest_version": 2,
    "name": "Lichess Time Bar",
    "version": "3.5",
    "description": "Changes the time bar.",
    "background": {
        "persistent": false,
        "scripts": [
            "content.js",
            "jquery.min.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Gvn",
        "default_icon": "clock.png",
        "default_popup": "clock.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}