Chess.com ELO Hider

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

What is Chess.com ELO Hider?

Chess.com ELO Hider is a Chrome extension developed by nealconwayp, and its main feature is "don't let your opponent's ELO throw your game off".

Extension Screenshots

screenshot

Download Chess.com ELO Hider Extension CRX File

Download Chess.com ELO Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chess.com ELO Hider Chess.com ELO Hider
ID algbmpafljejbnjfkldpeiclheoglelf
Official URL https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf
Description don't let your opponent's ELO throw your game off
File Size 11.9 KB
Installation Count 74
Current Version 0.1.1
Last Updated 2021-05-20
Publish Date 2021-05-19
Rating 3.75/5 Total 4 Ratings
Developer nealconwayp
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}