AutoVort

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

AutoVort là gì?

AutoVort là một tiện ích mở rộng Chrome được phát triển bởi Vortimo, và tính năng chính của nó là "Browses to a list of URLs and scrolls as per user specifications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoVort

Tải xuống các tệp mở rộng AutoVort dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoVort AutoVort
ID jkjllhjcjnhopfgncjlngjocfcimnnen
URL Chính Thức https://chromewebstore.google.com/detail/autovort/jkjllhjcjnhopfgncjlngjocfcimnnen
Mô tả Browses to a list of URLs and scrolls as per user specifications.
Kích Thước Tệp 637 KB
Số Lần Cài Đặt 536
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2021-09-08
Nhà Phát Triển Vortimo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.vortimo.com/fulldoc/#autovort
URL Trang Trợ Giúp https://www.vortimo.com/fulldoc/#autovort
URL Trang Chính Sách Bảo Mật https://vortimo.com/legal
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}