Chess.com rating hider
Hides enemy player rating / ELO on chess.com
什么是Chess.com rating hider?
Chess.com rating hider是由moopsish开发的Chrome扩展程序,该扩展的主要功能是“Hides enemy player rating / ELO on chess.com”。
扩展截图
下载Chess.com rating hider扩展crx文件
下载Chess.com rating hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Chess.com rating hider |
ID | padhcpfiagkgcagkakbgmglpahapkpni |
官方URL | https://chromewebstore.google.com/detail/chesscom-rating-hider/padhcpfiagkgcagkakbgmglpahapkpni |
简介 | Hides enemy player rating / ELO on chess.com |
文件大小 | 23.43 KB |
安装次数 | 41 |
当前版本 | 1.0.0 |
更新时间 | 2021-09-22 |
上架时间 | 2021-09-22 |
开发者 | moopsish |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |