Stop Smooth Scrolling
Stop smooth scrolling
什么是Stop Smooth Scrolling?
Stop Smooth Scrolling是由Gea-Suan Lin开发的Chrome扩展程序,该扩展的主要功能是“Stop smooth scrolling”。
扩展截图
下载Stop Smooth Scrolling扩展crx文件
下载Stop Smooth Scrolling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Stop Smooth Scrolling |
ID | dolloijeimbmocbhcjglaobngibnhfij |
官方URL | https://chromewebstore.google.com/detail/stop-smooth-scrolling/dolloijeimbmocbhcjglaobngibnhfij |
简介 | Stop smooth scrolling |
文件大小 | 70.81 KB |
安装次数 | 518 |
当前版本 | 0.2018.1017.2 |
更新时间 | 2018-10-17 |
上架时间 | 2018-10-17 |
评分 | 4.39/5 共33次评分 |
开发者 | Gea-Suan Lin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gslin/stop-smooth-scrolling |
隐私政策页面URL | https://wiki.gslin.org/wiki/Google_Web_Store/Privacy |
支持的语言 | 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" ] } |