Chess.com ELO Hider

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

O que é Chess.com ELO Hider?

Chess.com ELO Hider é uma extensão do Chrome desenvolvida por nealconwayp, e sua principal característica é "don't let your opponent's ELO throw your game off".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chess.com ELO Hider

Baixe arquivos de extensão Chess.com ELO Hider no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Chess.com ELO Hider Chess.com ELO Hider
ID algbmpafljejbnjfkldpeiclheoglelf
URL Oficial https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf
Descrição don't let your opponent's ELO throw your game off
Tamanho do Arquivo 11.9 KB
Contagem de Instalações 74
Versão Atual 0.1.1
Última Atualização 2021-05-20
Data de Publicação 2021-05-19
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor nealconwayp
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}