AutoVort

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

Wat is AutoVort?

AutoVort is een Chrome-extensie ontwikkeld door Vortimo, en de belangrijkste functie is "Browses to a list of URLs and scrolls as per user specifications.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AutoVort

Download AutoVort-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
Officiële URL https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Beschrijving Browses to a list of URLs and scrolls as per user specifications.
Bestandsgrootte 637 KB
Aantal Installaties 536
Huidige Versie 1.0
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2021-09-08
Ontwikkelaar Vortimo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vortimo.com/fulldoc/#autovort
Help Pagina-URL https://www.vortimo.com/fulldoc/#autovort
URL van de Privacybeleid Pagina https://vortimo.com/legal
Ondersteunde Talen 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"
    }
}