Add a README file to Manga Plus. (#10579)

This commit is contained in:
Alessandro Jean 2022-01-28 02:49:25 -03:00 committed by GitHub
parent 53c52b75c8
commit 0b177c3183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,22 @@
# MANGA Plus by SHUEISHA
Table of Content
- [FAQ](#FAQ)
- [Why chapters are missing in some titles?](#why-chapters-are-missing-in-some-titles)
- [Why disabling split pages setting does not work?](#why-disabling-split-pages-setting-does-not-work)
## FAQ
### Why chapters are missing in some titles?
MANGA Plus does not host all chapters due to their licensing politics. The website
is designed to let the users read the weekly/monthly official simulreleases. If you want
to read old chapters of a series that does not have the complete list, you need to find
another sources.
### Why disabling split pages setting does not work?
The MANGA Plus API does not have the support to disabling the dual page split in
all chapters, besides the extension parsing the correct parameter value in the requests.
This is something that unfortunately can't be fixed on the extension side yet.

View File

@ -6,7 +6,7 @@ ext {
extName = 'MANGA Plus by SHUEISHA'
pkgNameSuffix = 'all.mangaplus'
extClass = '.MangaPlusFactory'
extVersionCode = 27
extVersionCode = 28
}
dependencies {