Chess.com ELO Hider

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

Cos'è Chess.com ELO Hider?

Chess.com ELO Hider è un'estensione di Chrome sviluppata da nealconwayp, e la sua funzione principale è "don't let your opponent's ELO throw your game off".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chess.com ELO Hider

Scarica i file di estensione Chess.com ELO Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Chess.com ELO Hider Chess.com ELO Hider
ID algbmpafljejbnjfkldpeiclheoglelf
URL Ufficiale https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf
Descrizione don't let your opponent's ELO throw your game off
Dimensione del File 11.9 KB
Conteggio Installazioni 74
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-05-20
Data di Pubblicazione 2021-05-19
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore nealconwayp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}