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 |
官方網址 | 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\/*" ] } ] } |