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…

O que é Mangareader Full Chapter Loader?

Mangareader Full Chapter Loader é uma extensão do Chrome desenvolvida por hourglasseye, e sua principal característica é "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…".

Baixar o arquivo CRX da Extensão Mangareader Full Chapter Loader

Baixe arquivos de extensão Mangareader Full Chapter Loader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Mangareader Full Chapter Loader Mangareader Full Chapter Loader
ID peghooikhaciaaendegjcekpeenhoojm
URL Oficial https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm
Descrição 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…
Tamanho do Arquivo 3.71 KB
Contagem de Instalações 282
Versão Atual 1.1
Última Atualização 2014-06-12
Data de Publicação 2014-06-12
Classificação 3.57/5 Total de 7 Avaliações
Desenvolvedor hourglasseye
Tipo de Pagamento free
Idiomas Suportados 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"
}