AutoVort

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

Co to jest AutoVort?

AutoVort to rozszerzenie Chrome opracowane przez Vortimo, a jego główną funkcją jest „Browses to a list of URLs and scrolls as per user specifications.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AutoVort

Pobierz pliki rozszerzeń AutoVort w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
Oficjalny URL https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Opis Browses to a list of URLs and scrolls as per user specifications.
Rozmiar pliku 637 KB
Liczba instalacji 536
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-08-28
Data Publikacji 2021-09-08
Deweloper Vortimo
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.vortimo.com/fulldoc/#autovort
Adres URL Strony Pomocy https://www.vortimo.com/fulldoc/#autovort
Adres URL Strony Polityki Prywatności https://vortimo.com/legal
Obsługiwane Języki 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"
    }
}