Stop Smooth Scrolling
Stop smooth scrolling
ما هو Stop Smooth Scrolling؟
Stop Smooth Scrolling هو إضافة Chrome تم تطويرها بواسطة Gea-Suan Lin، والميزة الرئيسية لها هي "Stop smooth scrolling".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stop Smooth Scrolling
قم بتنزيل ملفات الامتداد Stop Smooth Scrolling بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stop smooth scrolling. You disabled smooth scrolling, and website emulates with god damn JavaScript. We can stop it. GitHub: https://github.com/gslin/stop-smooth-scrolling
معلومات أساسية عن التمديد
الاسم | Stop Smooth Scrolling |
ID | dolloijeimbmocbhcjglaobngibnhfij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stop-smooth-scrolling/dolloijeimbmocbhcjglaobngibnhfij |
الوصف | Stop smooth scrolling |
حجم الملف | 70.81 KB |
عدد التثبيتات | 518 |
النسخة الحالية | 0.2018.1017.2 |
آخر تحديث | 2018-10-17 |
تاريخ النشر | 2018-10-17 |
تقييم | 4.39/5 مجموع تقييمات 33 |
المطور | Gea-Suan Lin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gslin/stop-smooth-scrolling |
عنوان صفحة سياسة الخصوصية | https://wiki.gslin.org/wiki/Google_Web_Store/Privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Smooth Scrolling", "version": "0.2018.1017.2", "description": "Stop smooth scrolling", "icons": { "128": "mouse_wheel-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js" ], "run_at": "document_start" } ], "options_page": "src\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |