lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
什么是lichess-hide?
lichess-hide是由Vincent Simard开发的Chrome扩展程序,该扩展的主要功能是“Allows lichess.org users to hide opponent information, rating and spectator list”。
下载lichess-hide扩展crx文件
下载lichess-hide扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
官方URL | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
简介 | Allows lichess.org users to hide opponent information, rating and spectator list |
文件大小 | 11.53 KB |
安装次数 | 93 |
当前版本 | 1.0.3 |
更新时间 | 2016-07-16 |
上架时间 | 2016-07-16 |
评分 | 5.00/5 共4次评分 |
开发者 | Vincent Simard |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-hide", "version": "1.0.3", "manifest_version": 2, "description": "Allows lichess.org users to hide opponent information, rating and spectator list", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-hide.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [], "permissions": [] } |