Auto Scroller
Simple auto scroller
ما هو Auto Scroller؟
Auto Scroller هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Simple auto scroller".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Scroller
قم بتنزيل ملفات الامتداد Auto Scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An auto scroller for dynamically generated content. It allows you to scroll to the bottom of the page or to its beginning.
معلومات أساسية عن التمديد
الاسم | Auto Scroller |
ID | opedpelkjlecfdlbebaggfdajbknjpjk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-scroller/opedpelkjlecfdlbebaggfdajbknjpjk |
الوصف | Simple auto scroller |
حجم الملف | 15.21 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-03-21 |
تاريخ النشر | 2022-03-21 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Scroller", "description": "Simple auto scroller", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/kibana.png", "32": "\/images\/kibana.png", "48": "\/images\/kibana.png", "128": "\/images\/kibana.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |