AutoVort

Browses to a list of URLs and scrolls as per user specifications.

ما هو AutoVort؟

AutoVort هو إضافة Chrome تم تطويرها بواسطة Vortimo، والميزة الرئيسية لها هي "Browses to a list of URLs and scrolls as per user specifications.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AutoVort

قم بتنزيل ملفات الامتداد AutoVort بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        AutoVort  allows user to enter a list of URLs. The extension then visits each URL and then scroll down a set amount of page on each of them. Every aspect of scrolling size, timing between pages, sites etc. can be precisely controlled.

AutoVort scrolls intelligently, very customizable on any page. Intelligently because it waits for new content to be loaded (infinite scroller sites) before decides it's the end of the page. 

If you want some documentation: https://www.vortimo.com/fulldoc/#autovort                    

معلومات أساسية عن التمديد

الاسم AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
عنوان URL الرسمي https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
الوصف Browses to a list of URLs and scrolls as per user specifications.
حجم الملف 637 KB
عدد التثبيتات 536
النسخة الحالية 1.0
آخر تحديث 2023-08-28
تاريخ النشر 2021-09-08
المطور Vortimo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.vortimo.com/fulldoc/#autovort
عنوان صفحة المساعدة https://www.vortimo.com/fulldoc/#autovort
عنوان صفحة سياسة الخصوصية https://vortimo.com/legal
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoVort",
    "version": "1.0",
    "description": "Browses to a list of URLs and scrolls as per user specifications.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "a16.png",
            "32": "a32.png",
            "48": "a48.png",
            "128": "a128.png"
        }
    },
    "icons": {
        "16": "a16.png",
        "32": "a32.png",
        "48": "a48.png",
        "128": "a128.png"
    }
}