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…

什么是Mangareader Full Chapter Loader?

Mangareader Full Chapter Loader是由hourglasseye开发的Chrome扩展程序,该扩展的主要功能是“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…”。

下载Mangareader Full Chapter Loader扩展crx文件

下载Mangareader Full Chapter Loader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Mangareader Full Chapter Loader Mangareader Full Chapter Loader
ID peghooikhaciaaendegjcekpeenhoojm
官方URL https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm
简介 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…
文件大小 3.71 KB
安装次数 282
当前版本 1.1
更新时间 2014-06-12
上架时间 2014-06-12
评分 3.57/5 共7次评分
开发者 hourglasseye
付费类型 free
支持的语言 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"
}