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
公式URL 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"
            ]
        }
    ]
}