Endless Page Scroller

This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.

Endless Page Scroller là gì?

Endless Page Scroller là một tiện ích mở rộng Chrome được phát triển bởi https://namata.ru, và tính năng chính của nó là "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.".

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

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

                        This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible. Just click on the extension icon and the “Start” button to start scrolling and the “Stop” button to finish it.                    

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

Tên Endless Page Scroller Endless Page Scroller
ID elejfbgccaknplepagepnbpflnoomioj
URL Chính Thức https://chromewebstore.google.com/detail/endless-page-scroller/elejfbgccaknplepagepnbpflnoomioj
Mô tả This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-03-19
Ngày Phát Hành 2020-03-19
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://namata.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://namata.ru/extensions/endlesspagescroller
URL Trang Trợ Giúp http://namata.ru/support/thanksforinstall
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Endless Page Scroller",
    "description": "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}