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…

What is Mangareader Full Chapter Loader?

Mangareader Full Chapter Loader is a Chrome extension developed by hourglasseye, and its main feature is "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…".

Download Mangareader Full Chapter Loader Extension CRX File

Download Mangareader Full Chapter Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Mangareader Full Chapter Loader Mangareader Full Chapter Loader
ID peghooikhaciaaendegjcekpeenhoojm
Official URL https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm
Description 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…
File Size 3.71 KB
Installation Count 282
Current Version 1.1
Last Updated 2014-06-12
Publish Date 2014-06-12
Rating 3.57/5 Total 7 Ratings
Developer hourglasseye
Payment Type free
Supported Languages 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"
}