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…
Co je Mangareader Full Chapter Loader?
Mangareader Full Chapter Loader je rozšíření Chrome vyvinuté hourglasseye, a jeho hlavní funkcí je „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…“.
Stáhnout soubor CRX rozšíření Mangareader Full Chapter Loader
Stáhněte si soubory rozšíření Mangareader Full Chapter Loader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | ![]() |
ID | peghooikhaciaaendegjcekpeenhoojm |
Oficiální URL | https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm |
Popis | 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… |
Velikost souboru | 3.71 KB |
Počet instalací | 282 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-06-12 |
Datum Vydání | 2014-06-12 |
Hodnocení | 3.57/5 Celkem 7 Hodnocení |
Vývojář | hourglasseye |
Typ Platby | free |
Podporované Jazyky | 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" } |