Auto Scroll Chrome

Auto Scroll Chrome Extension

Auto Scroll Chromeとは何ですか?

Auto Scroll Chromeはautoscrollchrome.comによって開発されたChromeの拡張機能で、その主な機能は「Auto Scroll Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

Auto Scroll Chrome拡張機能のCRXファイルをダウンロード

Auto Scroll Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Auto Scroll Google Chrome Extension Plugin

Are you tired of mechanical scrolling slavery? We know how annoying and tiring it is.. Let's end this boring routine by adding this extension within seconds. It perfectly fits social reading like Facebook, Pinterest, news or even books! Working or busy hands? In front of TV? Party?! We will leave it for you and your colorful imagination.

- Fast
- No adds or payments
- Three different speeds
- One click stop (press anywhere to stop it)

* Please RESTART your browser before using it!

Enjoy.                    

拡張機能の基本情報

名前 Auto Scroll Chrome Auto Scroll Chrome
ID lmcjmglhbkaokoblmokmjglaifkacefn
公式URL https://chrome.google.com/webstore/detail/auto-scroll-chrome/lmcjmglhbkaokoblmokmjglaifkacefn
説明 Auto Scroll Chrome Extension
ファイルサイズ 143 KB
インストール数 4,000
現在のバージョン 1.6
最終更新日 2017-06-03
公開日 2017-06-03
評価 3.21/5 合計 29 レビュー
開発者 autoscrollchrome.com
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/pagespeed.services/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Scroll Chrome",
    "version": "1.6",
    "description": "Auto Scroll Chrome Extension",
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "All_frames": false
        }
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "50.png",
        "128": "128.png"
    }
}