Give me back my scroll wheel

Capture any click event and cancel its propagation if the scroll wheel was used.

What is Give me back my scroll wheel?

Give me back my scroll wheel is a Chrome extension developed by https://ewoutkleinsmann.com, and its main feature is "Capture any click event and cancel its propagation if the scroll wheel was used.".

Download Give me back my scroll wheel Extension CRX File

Download Give me back my scroll wheel 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

                                            

Extension Basic Information

Name Give me back my scroll wheel Give me back my scroll wheel
ID kfdffnefaojncoocjegphgaphgbkogpi
Official URL https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi
Description Capture any click event and cancel its propagation if the scroll wheel was used.
File Size 32.21 KB
Installation Count 21
Current Version 0.2
Last Updated 2012-08-13
Publish Date 2012-08-13
Rating 5.00/5 Total 3 Ratings
Developer https://ewoutkleinsmann.com
Payment Type free
Extension Website http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/
Supported Languages nl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Give me back my scroll wheel",
    "version": "0.2",
    "description": "Capture any click event and cancel its propagation if the scroll wheel was used.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}