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
官方網址 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"
    }
}