AutoVort

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

What is AutoVort?

AutoVort is a Chrome extension developed by Vortimo, and its main feature is "Browses to a list of URLs and scrolls as per user specifications.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AutoVort Extension CRX File

Download AutoVort extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
Official URL https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Description Browses to a list of URLs and scrolls as per user specifications.
File Size 637 KB
Installation Count 536
Current Version 1.0
Last Updated 2023-08-28
Publish Date 2021-09-08
Developer Vortimo
Email [email protected]
Payment Type free
Extension Website https://www.vortimo.com/fulldoc/#autovort
Help Page URL https://www.vortimo.com/fulldoc/#autovort
Privacy Policy Page URL https://vortimo.com/legal
Supported Languages 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"
    }
}