Unpaginate
Infinite scroll your favorite sites
ما هو Unpaginate؟
Unpaginate هو إضافة Chrome تم تطويرها بواسطة Esquire Marketing، والميزة الرئيسية لها هي "Infinite scroll your favorite sites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unpaginate
قم بتنزيل ملفات الامتداد Unpaginate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of always clicking through tons of pages on Google, Amazon, YouTube & Bing? Unpaginate allows you to infinitely scroll to the next page without having to click the next page and wait for it to load. Save hundreds of hours a year with Unpaginate!
معلومات أساسية عن التمديد
الاسم | Unpaginate |
ID | oamcmjemlelkciemicfpmojnnblgniab |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unpaginate/oamcmjemlelkciemicfpmojnnblgniab |
الوصف | Infinite scroll your favorite sites |
حجم الملف | 271 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 3.0 |
آخر تحديث | 2019-01-02 |
تاريخ النشر | 2019-01-01 |
المطور | Esquire Marketing |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sendia.co/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unpaginate", "description": "Infinite scroll your favorite sites", "version": "3.0", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon_48.png", "32": "icons\/icon_128.png" }, "default_title": "Unpaginate" }, "content_scripts": [ { "js": [ "inject\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true, "chrome_style": true } } |