Autoscroll : Automatic Page Scrolling

An extension to help scroll a webpage

Wat is Autoscroll : Automatic Page Scrolling?

Autoscroll : Automatic Page Scrolling is een Chrome-extensie ontwikkeld door Emil Vinod, en de belangrijkste functie is "An extension to help scroll a webpage".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Autoscroll : Automatic Page Scrolling

Download Autoscroll : Automatic Page Scrolling-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Autoscroll : Automatic Page Scrolling Autoscroll : Automatic Page Scrolling
ID mofpoefmipkeaakcglcfamacffochlid
Officiële URL https://chromewebstore.google.com/detail/autoscroll-automatic-page/mofpoefmipkeaakcglcfamacffochlid
Beschrijving An extension to help scroll a webpage
Bestandsgrootte 191 KB
Aantal Installaties 46
Huidige Versie 0.0.1
Laatst Bijgewerkt 2024-01-23
Publicatiedatum 2023-11-23
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Emil Vinod
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sites.google.com/view/autoscrollguide/home
Help Pagina-URL https://sites.google.com/view/autoscrollguide/home
Ondersteunde Talen 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"
    ]
}