Lichess Board Scroll Disabler

Disable mouse wheel function on Lichess board

What is Lichess Board Scroll Disabler?

Lichess Board Scroll Disabler is a Chrome extension developed by Donald Fernandez, and its main feature is "Disable mouse wheel function on Lichess board".

Download Lichess Board Scroll Disabler Extension CRX File

Download Lichess Board Scroll Disabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Disable mouse wheel function on Lichess board                    

Extension Basic Information

Name Lichess Board Scroll Disabler Lichess Board Scroll Disabler
ID bhoehlmcaidmlcbamnlfficpedgecddn
Official URL https://chromewebstore.google.com/detail/lichess-board-scroll-disa/bhoehlmcaidmlcbamnlfficpedgecddn
Description Disable mouse wheel function on Lichess board
File Size 6.25 KB
Installation Count 339
Current Version 1.0
Last Updated 2017-02-08
Publish Date 2017-02-08
Rating 4.11/5 Total 9 Ratings
Developer Donald Fernandez
Payment Type free
Privacy Policy Page URL https://www.geneinfo.pro
Supported Languages 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\/*"
            ]
        }
    ]
}