AGR Auto Scroll

AGR speed-customizable auto scroll

What is AGR Auto Scroll?

AGR Auto Scroll is a Chrome extension developed by bjorn.vignir, and its main feature is "AGR speed-customizable auto scroll".

Download AGR Auto Scroll Extension CRX File

Download AGR Auto Scroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name AGR Auto Scroll AGR Auto Scroll
ID ekgioijjldiogneobngloemnlpofhjhe
Official URL https://chrome.google.com/webstore/detail/agr-auto-scroll/ekgioijjldiogneobngloemnlpofhjhe
Description AGR speed-customizable auto scroll
File Size 10.93 KB
Installation Count 45
Current Version 0.1.4
Last Updated 2018-01-29
Publish Date 2018-01-29
Rating 5.00/5 Total 1 Ratings
Developer bjorn.vignir
Payment Type free
Supported Languages 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"
        }
    ]
}