AGR Auto Scroll

AGR speed-customizable auto scroll

Wat is AGR Auto Scroll?

AGR Auto Scroll is een Chrome-extensie ontwikkeld door bjorn.vignir, en de belangrijkste functie is "AGR speed-customizable auto scroll".

Download het CRX-bestand van de extensie AGR Auto Scroll

Download AGR Auto Scroll-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

                        AGR Auto Scroll.
All credits go to the original author: Pablo Barrantes                    

Basisinformatie over de Extensie

Naam AGR Auto Scroll AGR Auto Scroll
ID ekgioijjldiogneobngloemnlpofhjhe
Officiële URL https://chrome.google.com/webstore/detail/agr-auto-scroll/ekgioijjldiogneobngloemnlpofhjhe
Beschrijving AGR speed-customizable auto scroll
Bestandsgrootte 10.93 KB
Aantal Installaties 45
Huidige Versie 0.1.4
Laatst Bijgewerkt 2018-01-29
Publicatiedatum 2018-01-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bjorn.vignir
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AGR Auto Scroll",
    "version": "0.1.4",
    "description": "AGR speed-customizable auto scroll",
    "icons": {
        "48": "icons\/autoscroll.png",
        "128": "icons\/autoscroll.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "icons\/autoscroll.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/simple_autoscroll.js"
            ],
            "run_at": "document_start"
        }
    ]
}