Chess.com ELO Hider
don't let your opponent's ELO throw your game off
什么是Chess.com ELO Hider?
Chess.com ELO Hider是由nealconwayp开发的Chrome扩展程序,该扩展的主要功能是“don't let your opponent's ELO throw your game off”。
扩展截图
下载Chess.com ELO Hider扩展crx文件
下载Chess.com ELO Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Chess.com ELO Hider |
ID | algbmpafljejbnjfkldpeiclheoglelf |
官方URL | https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf |
简介 | don't let your opponent's ELO throw your game off |
文件大小 | 11.9 KB |
安装次数 | 74 |
当前版本 | 0.1.1 |
更新时间 | 2021-05-20 |
上架时间 | 2021-05-19 |
评分 | 3.75/5 共4次评分 |
开发者 | nealconwayp |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |