Chess.com rating hider
Hides enemy player rating / ELO on chess.com
What is Chess.com rating hider?
Chess.com rating hider is a Chrome extension developed by moopsish, and its main feature is "Hides enemy player rating / ELO on chess.com".
Extension Screenshots
Download Chess.com rating hider Extension CRX File
Download Chess.com rating 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
This simple extension removes the ELO from enemy players on chess.com. You can bring their elo back at any time by pressing the (rating) button.
Extension Basic Information
Name | Chess.com rating hider |
ID | padhcpfiagkgcagkakbgmglpahapkpni |
Official URL | https://chromewebstore.google.com/detail/chesscom-rating-hider/padhcpfiagkgcagkakbgmglpahapkpni |
Description | Hides enemy player rating / ELO on chess.com |
File Size | 23.43 KB |
Installation Count | 41 |
Current Version | 1.0.0 |
Last Updated | 2021-09-22 |
Publish Date | 2021-09-22 |
Developer | moopsish |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Chess.com rating hider", "version": "1.0.0", "manifest_version": 3, "description": "Hides enemy player rating \/ ELO on chess.com", "content_scripts": [ { "js": [ "init.js" ], "css": [ "styles.css" ], "matches": [ "*:\/\/www.chess.com\/game\/live\/*", "*:\/\/www.chess.com\/play\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |