AGR Auto Scroll

AGR speed-customizable auto scroll

什么是AGR Auto Scroll?

AGR Auto Scroll是由bjorn.vignir开发的Chrome扩展程序,该扩展的主要功能是“AGR speed-customizable auto scroll”。

下载AGR Auto Scroll扩展crx文件

下载AGR Auto Scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 AGR Auto Scroll AGR Auto Scroll
ID ekgioijjldiogneobngloemnlpofhjhe
官方URL https://chrome.google.com/webstore/detail/agr-auto-scroll/ekgioijjldiogneobngloemnlpofhjhe
简介 AGR speed-customizable auto scroll
文件大小 10.93 KB
安装次数 45
当前版本 0.1.4
更新时间 2018-01-29
上架时间 2018-01-29
评分 5.00/5 共1次评分
开发者 bjorn.vignir
付费类型 free
支持的语言 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"
        }
    ]
}