Chess.com ELO Hider

don't let your opponent's ELO throw your game off

Co to jest Chess.com ELO Hider?

Chess.com ELO Hider to rozszerzenie Chrome opracowane przez nealconwayp, a jego główną funkcją jest „don't let your opponent's ELO throw your game off”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chess.com ELO Hider

Pobierz pliki rozszerzeń Chess.com ELO Hider 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

                        Hides your opponents ELO on chess.com so that you can focus on the game without underestimating low level opponents or worrying about high level opponents                    

Podstawowe informacje o rozszerzeniu

Nazwa Chess.com ELO Hider Chess.com ELO Hider
ID algbmpafljejbnjfkldpeiclheoglelf
Oficjalny URL https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf
Opis don't let your opponent's ELO throw your game off
Rozmiar pliku 11.9 KB
Liczba instalacji 74
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2021-05-20
Data Publikacji 2021-05-19
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper nealconwayp
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com ELO Hider",
    "description": "don't let your opponent's ELO throw your game off",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon16.png",
        "32": ".\/icon32.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.chess.com\/*"
    ]
}