Dont touch my scroll!

Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.

什麼是Dont touch my scroll!?

Dont touch my scroll!是由levibostian開發的Chrome擴展程式,該擴展的主要功能是“Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.”。

下載Dont touch my scroll!擴展crx文件

下載Dont touch my scroll!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you get annoyed when you view a website and as you scroll it scrolls too fast or too slow? Don't touch my scroll! disables websites from messing with your computer's scroll so each and every website scrolls like normal. 

Made by: Levi Bostian @levibostian

https://github.com/levibostian/DontTouchMyScroll-Chrome                    

擴展基本資訊

名稱 Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
官方網址 https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
簡介 Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
檔案大小 3.35 KB
安裝次數 110
目前版本 0.1.0
更新時間 2016-08-14
上架時間 2016-08-13
評分 4.30/5 共 10 次評分
開發者 levibostian
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dont touch my scroll!",
    "description": "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.",
    "author": "Levi Bostian",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "disable_scroll.js"
            ]
        }
    ]
}