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!
擴展基本資訊
名稱 | ![]() |
ID | peghooikhaciaaendegjcekpeenhoojm |
官方網址 | 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" } |