Easy Auto Scroll

Automatically scroll a web page

Easy Auto Scroll란 무엇입니까?

Easy Auto Scroll은(는) https://auto-scroll.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically scroll a web page"입니다.

확장 프로그램 스크린샷

screenshot

Easy Auto Scroll 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds customizable autoscroll support to Chrome.
This extension allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast. A single click will stop the auto-scrolling.
Note: Does not work in Google related websites.
● You need to refresh the site or restart Chrome before it'll work. You only need to do this once.
● Doesn't work on chrome:// URLs or the Chrome Web Store. It's restricted by Chrome for security reasons.
Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Auto Scroll for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

확장 프로그램 기본 정보

이름 Easy Auto Scroll Easy Auto Scroll
ID jaaiechclhbgnifboamkoifkippfiplo
공식 URL https://chromewebstore.google.com/detail/easy-auto-scroll/jaaiechclhbgnifboamkoifkippfiplo
설명 Automatically scroll a web page
파일 크기 30.75 KB
설치 횟수 1,607
현재 버전 3.0.0
최근 업데이트 2022-04-14
출시 날짜 2020-07-03
평점 2.60/5 총 5 개의 평점
개발자 https://auto-scroll.freefinancetools.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "description": "Automatically scroll a web page",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "Easy Auto Scroll",
    "action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "Auto Scroll (OFF)"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "3.0.0",
    "homepage_url": "https:\/\/auto-scroll.freebusinessapps.net\/"
}