Stop Smooth Scrolling
Stop smooth scrolling
What is Stop Smooth Scrolling?
Stop Smooth Scrolling is a Chrome extension developed by Gea-Suan Lin, and its main feature is "Stop smooth scrolling".
Extension Screenshots
Download Stop Smooth Scrolling Extension CRX File
Download Stop Smooth Scrolling 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
Stop smooth scrolling. You disabled smooth scrolling, and website emulates with god damn JavaScript. We can stop it. GitHub: https://github.com/gslin/stop-smooth-scrolling
Extension Basic Information
Name | Stop Smooth Scrolling |
ID | dolloijeimbmocbhcjglaobngibnhfij |
Official URL | https://chromewebstore.google.com/detail/stop-smooth-scrolling/dolloijeimbmocbhcjglaobngibnhfij |
Description | Stop smooth scrolling |
File Size | 70.81 KB |
Installation Count | 518 |
Current Version | 0.2018.1017.2 |
Last Updated | 2018-10-17 |
Publish Date | 2018-10-17 |
Rating | 4.39/5 Total 33 Ratings |
Developer | Gea-Suan Lin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gslin/stop-smooth-scrolling |
Privacy Policy Page URL | https://wiki.gslin.org/wiki/Google_Web_Store/Privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Smooth Scrolling", "version": "0.2018.1017.2", "description": "Stop smooth scrolling", "icons": { "128": "mouse_wheel-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js" ], "run_at": "document_start" } ], "options_page": "src\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |