AutoVort

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

Co je AutoVort?

AutoVort je rozšíření Chrome vyvinuté Vortimo, a jeho hlavní funkcí je „Browses to a list of URLs and scrolls as per user specifications.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AutoVort

Stáhněte si soubory rozšíření AutoVort ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
Oficiální URL https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Popis Browses to a list of URLs and scrolls as per user specifications.
Velikost souboru 637 KB
Počet instalací 536
Aktuální Verze 1.0
Poslední Aktualizace 2023-08-28
Datum Vydání 2021-09-08
Vývojář Vortimo
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.vortimo.com/fulldoc/#autovort
URL Stránky Nápovědy https://www.vortimo.com/fulldoc/#autovort
URL Stránky Zásad Ochrany Soukromí https://vortimo.com/legal
Podporované Jazyky 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"
    }
}