Chess.com utilities

Extra Chess.com utilities

什麼是Chess.com utilities?

Chess.com utilities是由lm4rcu5l開發的Chrome擴展程式,該擴展的主要功能是“Extra Chess.com utilities”。

擴展截圖

screenshot
screenshot

下載Chess.com utilities擴展crx文件

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

擴展使用說明

                        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'                    

擴展基本資訊

名稱 Chess.com utilities Chess.com utilities
ID bjeankebiaanlljplaebkiekeimiphha
官方網址 https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha
簡介 Extra Chess.com utilities
檔案大小 114 KB
安裝次數 22
目前版本 1.1
更新時間 2023-12-31
上架時間 2023-03-29
開發者 lm4rcu5l
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}