AutoVort

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

Vad är AutoVort?

AutoVort är en Chrome-tillägg utvecklad av Vortimo, och dess huvudfunktion är "Browses to a list of URLs and scrolls as per user specifications.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner AutoVort-förlängningens CRX-fil

Ladda ner AutoVort-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
Officiell webbadress https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Beskrivning Browses to a list of URLs and scrolls as per user specifications.
Filstorlek 637 KB
Antal Installationer 536
Aktuell Version 1.0
Senast Uppdaterad 2023-08-28
Publiceringsdatum 2021-09-08
Utvecklare Vortimo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.vortimo.com/fulldoc/#autovort
Hjälpsida URL https://www.vortimo.com/fulldoc/#autovort
URL till Sekretesspolicy Sidan https://vortimo.com/legal
Stödda Språk 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"
    }
}