AutoScroll

This extension is a basic extension to scroll any page automatically for every 3 secs

Apa itu AutoScroll?

AutoScroll adalah ekstensi Chrome yang dikembangkan oleh sanatom, dan fitur utamanya adalah "This extension is a basic extension to scroll any page automatically for every 3 secs".

Unduh Berkas CRX Ekstensi AutoScroll

Unduh file ekstensi AutoScroll dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.                    

Informasi Dasar Ekstensi

Nama AutoScroll AutoScroll
ID bkbnpehigfkkkpeohecjmckohmjcafjd
URL Resmi https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd
Deskripsi This extension is a basic extension to scroll any page automatically for every 3 secs
Ukuran File 5.92 KB
Jumlah Instalasi 50
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-05-10
Tanggal Publikasi 2015-05-10
Pengembang sanatom
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroll",
    "description": "This extension is a basic extension to scroll any page automatically for every 3 secs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "autoscroll.png",
        "default_popup": "scroll.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}