Chess.com utilities

Extra Chess.com utilities

Wat is Chess.com utilities?

Chess.com utilities is een Chrome-extensie ontwikkeld door lm4rcu5l, en de belangrijkste functie is "Extra Chess.com utilities".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chess.com utilities

Download Chess.com utilities-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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'                    

Basisinformatie over de Extensie

Naam Chess.com utilities Chess.com utilities
ID bjeankebiaanlljplaebkiekeimiphha
Officiële URL https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha
Beschrijving Extra Chess.com utilities
Bestandsgrootte 114 KB
Aantal Installaties 22
Huidige Versie 1.1
Laatst Bijgewerkt 2023-12-31
Publicatiedatum 2023-03-29
Ontwikkelaar lm4rcu5l
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}