AutoVort

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

什么是AutoVort?

AutoVort是由Vortimo开发的Chrome扩展程序,该扩展的主要功能是“Browses to a list of URLs and scrolls as per user specifications.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AutoVort扩展crx文件

下载AutoVort扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
官方URL https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
简介 Browses to a list of URLs and scrolls as per user specifications.
文件大小 637 KB
安装次数 536
当前版本 1.0
更新时间 2023-08-28
上架时间 2021-09-08
开发者 Vortimo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.vortimo.com/fulldoc/#autovort
帮助页面URL https://www.vortimo.com/fulldoc/#autovort
隐私政策页面URL https://vortimo.com/legal
支持的语言 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"
    }
}