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! - это расширение Chrome, разработанное levibostian, и его основная функция - "Stops websites from adding smooth scroll, parallax scrolling, fast scrolling to their sites.".

Скачать файл CRX расширения Dont touch my scroll!

Скачайте файлы расширений 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"
            ]
        }
    ]
}