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
公式URL https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha
説明 Extra Chess.com utilities
ファイルサイズ 114 KB
インストール数 22
現在のバージョン 1.1
最終更新日 2023-12-31
公開日 2023-03-29
開発者 lm4rcu5l
Eメール [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"
    }
}