Autoscroll : Automatic Page Scrolling

An extension to help scroll a webpage

Qu'est-ce que Autoscroll : Automatic Page Scrolling ?

Autoscroll : Automatic Page Scrolling est une extension Chrome développée par Emil Vinod, et sa fonction principale est "An extension to help scroll a webpage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Autoscroll : Automatic Page Scrolling

Téléchargez les fichiers d'extension Autoscroll : Automatic Page Scrolling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Autoscroll : Automatic Page Scrolling Autoscroll : Automatic Page Scrolling
ID mofpoefmipkeaakcglcfamacffochlid
URL Officiel https://chromewebstore.google.com/detail/autoscroll-automatic-page/mofpoefmipkeaakcglcfamacffochlid
Description An extension to help scroll a webpage
Taille du Fichier 191 KB
Nombre d'Installations 46
Version Actuelle 0.0.1
Dernière Mise à Jour 2024-01-23
Date de Publication 2023-11-23
Évaluation 4.20/5 Total 5 Évaluations
Développeur Emil Vinod
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sites.google.com/view/autoscrollguide/home
URL de la Page d'Aide https://sites.google.com/view/autoscrollguide/home
Langues Prises en Charge 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"
    ]
}