Lichess Board Scroll Disabler
Disable mouse wheel function on Lichess board
什么是Lichess Board Scroll Disabler?
Lichess Board Scroll Disabler是由Donald Fernandez开发的Chrome扩展程序,该扩展的主要功能是“Disable mouse wheel function on Lichess board”。
下载Lichess Board Scroll Disabler扩展crx文件
下载Lichess Board Scroll Disabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disable mouse wheel function on Lichess board
扩展基本信息
名称 | Lichess Board Scroll Disabler |
ID | bhoehlmcaidmlcbamnlfficpedgecddn |
官方URL | https://chromewebstore.google.com/detail/lichess-board-scroll-disa/bhoehlmcaidmlcbamnlfficpedgecddn |
简介 | Disable mouse wheel function on Lichess board |
文件大小 | 6.25 KB |
安装次数 | 339 |
当前版本 | 1.0 |
更新时间 | 2017-02-08 |
上架时间 | 2017-02-08 |
评分 | 4.11/5 共9次评分 |
开发者 | Donald Fernandez |
付费类型 | free |
隐私政策页面URL | https://www.geneinfo.pro |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Lichess Board Scroll Disabler", "description": "Disable mouse wheel function on Lichess board", "icons": { "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-128.png" }, "content_scripts": [ { "js": [ "script.js" ], "run_at": "document_start", "matches": [ "https:\/\/*.lichess.org\/*" ] } ] } |