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 |
官方網址 | 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" ] } |