Mangareader Full Chapter Loader

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…

Merlin
Additional files are visible only to premium users

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"
}