Chess.com utilities
Extra Chess.com utilities
What is Chess.com utilities?
Chess.com utilities is a Chrome extension developed by lm4rcu5l, and its main feature is "Extra Chess.com utilities".
Extension Screenshots
Download Chess.com utilities Extension CRX File
Download Chess.com utilities extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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'
Extension Basic Information
Name | Chess.com utilities |
ID | bjeankebiaanlljplaebkiekeimiphha |
Official URL | https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha |
Description | Extra Chess.com utilities |
File Size | 114 KB |
Installation Count | 22 |
Current Version | 1.1 |
Last Updated | 2023-12-31 |
Publish Date | 2023-03-29 |
Developer | lm4rcu5l |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |