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…
Wat is Mangareader Full Chapter Loader?
Mangareader Full Chapter Loader is een Chrome-extensie ontwikkeld door hourglasseye, en de belangrijkste functie 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 het CRX-bestand van de extensie Mangareader Full Chapter Loader
Download Mangareader Full Chapter Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | ![]() |
ID | peghooikhaciaaendegjcekpeenhoojm |
Officiële URL | https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm |
Beschrijving | 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… |
Bestandsgrootte | 3.71 KB |
Aantal Installaties | 282 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-06-12 |
Publicatiedatum | 2014-06-12 |
Beoordeling | 3.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | hourglasseye |
Betalingswijze | free |
Ondersteunde Talen | 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" } |