Lichess Friends List Opener
Automatically opens the lichess friends list box.
什么是Lichess Friends List Opener?
Lichess Friends List Opener是由brooksdev开发的Chrome扩展程序,该扩展的主要功能是“Automatically opens the lichess friends list box.”。
扩展截图
下载Lichess Friends List Opener扩展crx文件
下载Lichess Friends List Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension automatically opens the lichess friends list box. This mimics the behavior that the site used to have in which online friends were automatically visible in the friends list box.
扩展基本信息
名称 | Lichess Friends List Opener |
ID | fbgmmcohdjhodafiajocpklmaikfhlai |
官方URL | https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai |
简介 | Automatically opens the lichess friends list box. |
文件大小 | 13 KB |
安装次数 | 50 |
当前版本 | 1.3 |
更新时间 | 2020-09-02 |
上架时间 | 2020-08-20 |
评分 | 5.00/5 共2次评分 |
开发者 | brooksdev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lichess Friends List Opener", "version": "1.3", "description": "Automatically opens the lichess friends list box.", "icons": { "192": "lichess-favicon-192.png" }, "web_accessible_resources": [ "\/main.js" ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "inject.js" ] } ], "manifest_version": 2 } |