AutoVort

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

Cos'è AutoVort?

AutoVort è un'estensione di Chrome sviluppata da Vortimo, e la sua funzione principale è "Browses to a list of URLs and scrolls as per user specifications.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AutoVort

Scarica i file di estensione AutoVort in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
URL Ufficiale https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Descrizione Browses to a list of URLs and scrolls as per user specifications.
Dimensione del File 637 KB
Conteggio Installazioni 536
Versione Corrente 1.0
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2021-09-08
Sviluppatore Vortimo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.vortimo.com/fulldoc/#autovort
URL della Pagina di Aiuto https://www.vortimo.com/fulldoc/#autovort
URL della Pagina della Politica sulla Privacy https://vortimo.com/legal
Lingue Supportate 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"
    }
}