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
官方網址 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"
        }
    ]
}