Chess.com utilities

Extra Chess.com utilities

Chess.com utilities là gì?

Chess.com utilities là một tiện ích mở rộng Chrome được phát triển bởi lm4rcu5l, và tính năng chính của nó là "Extra Chess.com utilities".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chess.com utilities

Tải xuống các tệp mở rộng Chess.com utilities 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

                        Extra settings for chess.com.

Currently supported settings:
 - Hide your own rating in live games - Keyboard shortcut: 'y'
 - Hide the opponents rating in live games - Keyboard shortcut: 'o'
 - Enable auto start of new games - Keyboard shortcut: 'a'                    

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

Tên Chess.com utilities Chess.com utilities
ID bjeankebiaanlljplaebkiekeimiphha
URL Chính Thức https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha
Mô tả Extra Chess.com utilities
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-12-31
Ngày Phát Hành 2023-03-29
Nhà Phát Triển lm4rcu5l
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com utilities",
    "description": "Extra Chess.com utilities",
    "version": "1.1",
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.chess.com\/"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/images\/pawn.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    }
}