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
Tracker Reader Manga Webtoon Manhwaとは何ですか?
Tracker Reader Manga Webtoon Manhwaはbigestによって開発されたChromeの拡張機能で、その主な機能は「Keep track of where you stop to read the last time and get notified when a new chapter is coming」です。
拡張機能のスクリーンショット
Tracker Reader Manga Webtoon Manhwa拡張機能のCRXファイルをダウンロード
Tracker Reader Manga Webtoon Manhwa拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | phpcbnalhbfngbciblccmpmmjlgdehjk |
| 公式URL | https://chromewebstore.google.com/detail/tracker-reader-manga-webt/phpcbnalhbfngbciblccmpmmjlgdehjk |
| 説明 | Keep track of where you stop to read the last time and get notified when a new chapter is coming |
| ファイルサイズ | 79.67 KB |
| インストール数 | 124 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2022-02-28 |
| 公開日 | 2022-01-18 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | bigest |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |