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
Eメール [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"
    }
}