Autoscroll : Automatic Page Scrolling

An extension to help scroll a webpage

Apa itu Autoscroll : Automatic Page Scrolling?

Autoscroll : Automatic Page Scrolling adalah ekstensi Chrome yang dikembangkan oleh Emil Vinod, dan fitur utamanya adalah "An extension to help scroll a webpage".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Autoscroll : Automatic Page Scrolling

Unduh file ekstensi Autoscroll : Automatic Page Scrolling 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 perfect for those who are tired of manually scrolling through long articles, websites, or social media posts. No more tired fingers from scrolling or losing your place on a page. With Autoscroll, you can simply set the pace that you prefer and let the extension do the rest :)

For a guide to the extension visit : https://sites.google.com/view/autoscrollguide/home                    

Informasi Dasar Ekstensi

Nama Autoscroll : Automatic Page Scrolling Autoscroll : Automatic Page Scrolling
ID mofpoefmipkeaakcglcfamacffochlid
URL Resmi https://chromewebstore.google.com/detail/autoscroll-automatic-page/mofpoefmipkeaakcglcfamacffochlid
Deskripsi An extension to help scroll a webpage
Ukuran File 191 KB
Jumlah Instalasi 46
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2024-01-23
Tanggal Publikasi 2023-11-23
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Emil Vinod
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sites.google.com/view/autoscrollguide/home
URL Halaman Bantuan https://sites.google.com/view/autoscrollguide/home
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autoscroll : Automatic Page Scrolling",
    "version": "0.0.1",
    "description": "An extension to help scroll a webpage",
    "icons": {
        "16": "Logo.png",
        "32": "Logo.png",
        "48": "Logo.png",
        "128": "Logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "js": "scroll.js"
    },
    "permissions": [
        "activeTab"
    ]
}