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"
        }
    ]
}