AutoVort

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

Was ist AutoVort?

AutoVort ist eine Chrome-Erweiterung, die von Vortimo entwickelt wurde, und ihr Hauptmerkmal ist "Browses to a list of URLs and scrolls as per user specifications.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

AutoVort-Erweiterungs-CRX-Datei herunterladen

Laden Sie AutoVort-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
Offizielle URL https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Beschreibung Browses to a list of URLs and scrolls as per user specifications.
Dateigröße 637 KB
Installationsanzahl 536
Aktuelle Version 1.0
Letztes Update 2023-08-28
Veröffentlichungsdatum 2021-09-08
Entwickler Vortimo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.vortimo.com/fulldoc/#autovort
Hilfeseite URL https://www.vortimo.com/fulldoc/#autovort
URL der Datenschutzrichtlinien-Seite https://vortimo.com/legal
Unterstützte Sprachen 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"
    }
}