Auto Scroll

Auto Scroll tool. Works with all websites!

Auto Scroll là gì?

Auto Scroll là một tiện ích mở rộng Chrome được phát triển bởi Code Charity, và tính năng chính của nó là "Auto Scroll tool. Works with all websites!".

Ả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 Auto Scroll

Tải xuống các tệp mở rộng 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

                        Improve your scrolling! Use "Auto" or "Drag & Drop" Scrolling.

Open Source! 🎈 Check out Auto Scroll's source code and contribute here:
   •  https://github.com/victor-savinov/auto-scroll                    

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

Tên Auto Scroll Auto Scroll
ID kpfalbhnppkbokafignonoppegdndlch
URL Chính Thức https://chromewebstore.google.com/detail/auto-scroll/kpfalbhnppkbokafignonoppegdndlch
Mô tả Auto Scroll tool. Works with all websites!
Kích Thước Tệp 336 KB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-06-27
Ngày Phát Hành 2022-06-26
Nhà Phát Triển Code Charity
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://improvedtube.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Scroll",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options-page\/index.html",
    "action": {
        "default_popup": "options-page\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content-styles.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "offline_enabled": true
}