Chess.com utilities
Extra Chess.com utilities
什么是Chess.com utilities?
Chess.com utilities是由lm4rcu5l开发的Chrome扩展程序,该扩展的主要功能是“Extra Chess.com utilities”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |