Disable AutoScroll
Disables middle-click autoscrolling (often confused with 'smooth scrolling')
What is Disable AutoScroll?
Disable AutoScroll is a Chrome extension developed by Slackwise, and its main feature is "Disables middle-click autoscrolling (often confused with 'smooth scrolling')".
Extension Screenshots
Download Disable AutoScroll Extension CRX File
Download Disable AutoScroll 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
All this extension does is disable the middle-click "AutoScroll" feature so you don't accidentally activate it when trying to middle-click a link with your scroll-wheel to open a link in a new tab. The screenshot is of the ENTIRE source-code, and it's all on GitHub as well.
Extension Basic Information
Name | Disable AutoScroll |
ID | ggakmjgkpoeoiicikoohgojkoehmnhdc |
Official URL | https://chromewebstore.google.com/detail/disable-autoscroll/ggakmjgkpoeoiicikoohgojkoehmnhdc |
Description | Disables middle-click autoscrolling (often confused with 'smooth scrolling') |
File Size | 13.33 KB |
Installation Count | 1,455 |
Current Version | 1.2 |
Last Updated | 2024-01-01 |
Publish Date | 2022-07-14 |
Rating | 4.58/5 Total 24 Ratings |
Developer | Slackwise |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Slackwise/disable-autoscroll-webextension |
Help Page URL | https://github.com/Slackwise/disable-autoscroll-webextension/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disable AutoScroll", "short_name": "Disable AutoScroll", "description": "Disables middle-click autoscrolling (often confused with 'smooth scrolling')", "version": "1.2", "author": "Slackwise", "icons": { "48": "disable-autoscroll-48.png", "125": "disable-autoscroll-128.png" }, "content_scripts": [ { "matches": [ " |