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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://www.vortimo.com/fulldoc/#autovort
URL страницы политики конфиденциальности 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"
    }
}