AutoVort

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

AutoVortคืออะไร?

AutoVort เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vortimo และคุณลักษณะหลักของมันคือ "Browses to a list of URLs and scrolls as per user specifications."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoVort

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}