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 to jest Mangareader Full Chapter Loader?

Mangareader Full Chapter Loader to rozszerzenie Chrome opracowane przez hourglasseye, a jego główną funkcją jest „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…”.

Pobierz plik CRX rozszerzenia Mangareader Full Chapter Loader

Pobierz pliki rozszerzeń Mangareader Full Chapter Loader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Mangareader Full Chapter Loader Mangareader Full Chapter Loader
ID peghooikhaciaaendegjcekpeenhoojm
Oficjalny URL https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm
Opis 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…
Rozmiar pliku 3.71 KB
Liczba instalacji 282
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-06-12
Data Publikacji 2014-06-12
Ocena 3.57/5 Łącznie 7 Oceny
Deweloper hourglasseye
Typ Płatności free
Obsługiwane Języki 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"
}