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…
Cos'è Mangareader Full Chapter Loader?
Mangareader Full Chapter Loader è un'estensione di Chrome sviluppata da hourglasseye, e la sua funzione principale è "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…".
Scarica il file CRX dell'estensione Mangareader Full Chapter Loader
Scarica i file di estensione Mangareader Full Chapter Loader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | peghooikhaciaaendegjcekpeenhoojm |
| URL Ufficiale | https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm |
| Descrizione | 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… |
| Dimensione del File | 3.71 KB |
| Conteggio Installazioni | 282 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2014-06-12 |
| Data di Pubblicazione | 2014-06-12 |
| Valutazione | 3.57/5 Totale 7 Valutazioni |
| Sviluppatore | hourglasseye |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |