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 |
| 公式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"
} | |