Dont touch my scroll!

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

Dont touch my scroll! là gì?

Dont touch my scroll! là một tiện ích mở rộng Chrome được phát triển bởi levibostian, và tính năng chính của nó là "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Tải xuống tệp CRX của tiện ích mở rộng Dont touch my scroll!

Tải xuống các tệp mở rộng Dont touch my scroll! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dont touch my scroll! Dont touch my scroll!
ID agffceidadmikohochleakchamfdbpgi
URL Chính Thức https://chromewebstore.google.com/detail/dont-touch-my-scroll/agffceidadmikohochleakchamfdbpgi
Mô tả Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.
Kích Thước Tệp 3.35 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-08-14
Ngày Phát Hành 2016-08-13
Đánh Giá 4.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển levibostian
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}