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 |
| 电子邮箱 | [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"
}
} | |