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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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