Mangareader Full Chapter Loader

This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…

Mangareader Full Chapter Loader là gì?

Mangareader Full Chapter Loader là một tiện ích mở rộng Chrome được phát triển bởi hourglasseye, và tính năng chính của nó là "This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…".

Tải xuống tệp CRX của tiện ích mở rộng Mangareader Full Chapter Loader

Tải xuống các tệp mở rộng Mangareader Full Chapter Loader 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 is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more clicking "next", just scroll down!                    

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

Tên Mangareader Full Chapter Loader Mangareader Full Chapter Loader
ID peghooikhaciaaendegjcekpeenhoojm
URL Chính Thức https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm
Mô tả This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…
Kích Thước Tệp 3.71 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-06-12
Ngày Phát Hành 2014-06-12
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển hourglasseye
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/www.mangareader.net\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "",
    "name": "Mangareader Full Chapter Loader",
    "version": "1.1"
}