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…
¿Qué es Mangareader Full Chapter Loader?
Mangareader Full Chapter Loader es una extensión de Chrome desarrollada por hourglasseye, y su función principal es "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…".
Descargar Archivo CRX de la Extensión Mangareader Full Chapter Loader
Descarga archivos de extensión Mangareader Full Chapter Loader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | ![]() |
ID | peghooikhaciaaendegjcekpeenhoojm |
URL Oficial | https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm |
Descripción | 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… |
Tamaño del Archivo | 3.71 KB |
Cantidad de Instalaciones | 282 |
Versión Actual | 1.1 |
Última Actualización | 2014-06-12 |
Fecha de Publicación | 2014-06-12 |
Calificación | 3.57/5 Total de 7 Calificaciones |
Desarrollador | hourglasseye |
Tipo de Pago | free |
Idiomas Soportados | 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" } |