Easy Auto Scroll

Automatically scroll a web page

Easy Auto Scroll là gì?

Easy Auto Scroll là một tiện ích mở rộng Chrome được phát triển bởi https://auto-scroll.freefinancetools.net, và tính năng chính của nó là "Automatically scroll a web page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy Auto Scroll

Tải xuống các tệp mở rộng Easy Auto Scroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy Auto Scroll Easy Auto Scroll
ID jaaiechclhbgnifboamkoifkippfiplo
URL Chính Thức https://chromewebstore.google.com/detail/easy-auto-scroll/jaaiechclhbgnifboamkoifkippfiplo
Mô tả Automatically scroll a web page
Kích Thước Tệp 30.75 KB
Số Lần Cài Đặt 1,607
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-04-14
Ngày Phát Hành 2020-07-03
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://auto-scroll.freefinancetools.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
}