AutoVort

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

O que é AutoVort?

AutoVort é uma extensão do Chrome desenvolvida por Vortimo, e sua principal característica é "Browses to a list of URLs and scrolls as per user specifications.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AutoVort

Baixe arquivos de extensão AutoVort no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
URL Oficial https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Descrição Browses to a list of URLs and scrolls as per user specifications.
Tamanho do Arquivo 637 KB
Contagem de Instalações 536
Versão Atual 1.0
Última Atualização 2023-08-28
Data de Publicação 2021-09-08
Desenvolvedor Vortimo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.vortimo.com/fulldoc/#autovort
URL da Página de Ajuda https://www.vortimo.com/fulldoc/#autovort
URL da Página de Política de Privacidade https://vortimo.com/legal
Idiomas Suportados 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"
    }
}