Tracker Reader Manga Webtoon Manhwa
Keep track of where you stop to read the last time and get notified when a new chapter is coming
Was ist Tracker Reader Manga Webtoon Manhwa?
Tracker Reader Manga Webtoon Manhwa ist eine Chrome-Erweiterung, die von bigest entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of where you stop to read the last time and get notified when a new chapter is coming".
Erweiterungsscreenshots
Tracker Reader Manga Webtoon Manhwa-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tracker Reader Manga Webtoon Manhwa-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Automatically loads all webtoon, manga & manhwa you read once in your life (from your chrome history)
Constantly records where you stopped reading and warns when a new chapter is released.
Still working to improve the extension !
You can contact me Bigest#3796 on Discord for any question or to add a new website to the extension or to give me information about bugs.
Supported Websites :
mangatx.com
365manga.com
mixedmanga.com
toonily.net
mangakik.com
manhuadex.com
toonily.com
scantrad-union.com
scantrad.net
mangadex.org
manhuaus.com
w12.mangafreak.net
mangakakalot.com
gardenmanage.com
manhuas.net
mangastream.mobi
mangapanda.in
fanfox.net
mangainn.net
mangaplus.shueisha.co.jp
webtoons.com
mangapark.net
mangatyrant.com Grundlegende Informationen zur Erweiterung
| Name | |
| ID | phpcbnalhbfngbciblccmpmmjlgdehjk |
| Offizielle URL | https://chromewebstore.google.com/detail/tracker-reader-manga-webt/phpcbnalhbfngbciblccmpmmjlgdehjk |
| Beschreibung | Keep track of where you stop to read the last time and get notified when a new chapter is coming |
| Dateigröße | 79.67 KB |
| Installationsanzahl | 124 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2022-02-28 |
| Veröffentlichungsdatum | 2022-01-18 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | bigest |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tracker Reader Manga Webtoon Manhwa",
"description": "Keep track of where you stop to read the last time and get notified when a new chapter is coming",
"version": "0.0.4",
"permissions": [
"history",
"notifications",
"unlimitedStorage",
"storage"
],
"icons": {
"128": "ressources\/icone.png"
},
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "script\/background.js"
},
"action": {
"default_title": "Manga Webtoon Manwha Reader Helper",
"default_popup": "popup\/popup.html"
}
} | |