Auto Scroller

Simple auto scroller

Auto Scroller là gì?

Auto Scroller là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Simple auto scroller".

Ả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 Scroller

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

                        An auto scroller for dynamically generated content. It allows you to scroll to the bottom of the page or to its beginning.                    

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

Tên Auto Scroller Auto Scroller
ID opedpelkjlecfdlbebaggfdajbknjpjk
URL Chính Thức https://chromewebstore.google.com/detail/auto-scroller/opedpelkjlecfdlbebaggfdajbknjpjk
Mô tả Simple auto scroller
Kích Thước Tệp 15.21 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-03-21
Ngày Phát Hành 2022-03-21
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Scroller",
    "description": "Simple auto scroller",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/kibana.png",
            "32": "\/images\/kibana.png",
            "48": "\/images\/kibana.png",
            "128": "\/images\/kibana.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}