Easy Auto Scroll

Automatically scroll a web page

¿Qué es Easy Auto Scroll?

Easy Auto Scroll es una extensión de Chrome desarrollada por https://auto-scroll.freefinancetools.net, y su función principal es "Automatically scroll a web page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Easy Auto Scroll

Descarga archivos de extensión Easy Auto Scroll en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension adds customizable autoscroll support to Chrome.
This extension allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast. A single click will stop the auto-scrolling.
Note: Does not work in Google related websites.
● You need to refresh the site or restart Chrome before it'll work. You only need to do this once.
● Doesn't work on chrome:// URLs or the Chrome Web Store. It's restricted by Chrome for security reasons.
Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Auto Scroll for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

Información Básica de la Extensión

Nombre Easy Auto Scroll Easy Auto Scroll
ID jaaiechclhbgnifboamkoifkippfiplo
URL Oficial https://chromewebstore.google.com/detail/easy-auto-scroll/jaaiechclhbgnifboamkoifkippfiplo
Descripción Automatically scroll a web page
Tamaño del Archivo 30.75 KB
Cantidad de Instalaciones 1,607
Versión Actual 3.0.0
Última Actualización 2022-04-14
Fecha de Publicación 2020-07-03
Calificación 2.60/5 Total de 5 Calificaciones
Desarrollador https://auto-scroll.freefinancetools.net
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "description": "Automatically scroll a web page",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "Easy Auto Scroll",
    "action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "Auto Scroll (OFF)"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "3.0.0",
    "homepage_url": "https:\/\/auto-scroll.freebusinessapps.net\/"
}