AutoVort

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

Qu'est-ce que AutoVort ?

AutoVort est une extension Chrome développée par Vortimo, et sa fonction principale est "Browses to a list of URLs and scrolls as per user specifications.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AutoVort

Téléchargez les fichiers d'extension AutoVort au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
URL Officiel https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Description Browses to a list of URLs and scrolls as per user specifications.
Taille du Fichier 637 KB
Nombre d'Installations 536
Version Actuelle 1.0
Dernière Mise à Jour 2023-08-28
Date de Publication 2021-09-08
Développeur Vortimo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.vortimo.com/fulldoc/#autovort
URL de la Page d'Aide https://www.vortimo.com/fulldoc/#autovort
URL de la Page de Politique de Confidentialité https://vortimo.com/legal
Langues Prises en Charge 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"
    }
}