Chess.com utilities
Extra Chess.com utilities
Co to jest Chess.com utilities?
Chess.com utilities to rozszerzenie Chrome opracowane przez lm4rcu5l, a jego główną funkcją jest „Extra Chess.com utilities”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chess.com utilities
Pobierz pliki rozszerzeń Chess.com utilities w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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' Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bjeankebiaanlljplaebkiekeimiphha |
| Oficjalny URL | https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha |
| Opis | Extra Chess.com utilities |
| Rozmiar pliku | 114 KB |
| Liczba instalacji | 22 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2023-12-31 |
| Data Publikacji | 2023-03-29 |
| Deweloper | lm4rcu5l |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |