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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}