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
O que é Tracker Reader Manga Webtoon Manhwa?
Tracker Reader Manga Webtoon Manhwa é uma extensão do Chrome desenvolvida por bigest, e sua principal característica é "Keep track of where you stop to read the last time and get notified when a new chapter is coming".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tracker Reader Manga Webtoon Manhwa
Baixe arquivos de extensão Tracker Reader Manga Webtoon Manhwa no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | phpcbnalhbfngbciblccmpmmjlgdehjk |
| URL Oficial | https://chromewebstore.google.com/detail/tracker-reader-manga-webt/phpcbnalhbfngbciblccmpmmjlgdehjk |
| Descrição | Keep track of where you stop to read the last time and get notified when a new chapter is coming |
| Tamanho do Arquivo | 79.67 KB |
| Contagem de Instalações | 124 |
| Versão Atual | 0.0.4 |
| Última Atualização | 2022-02-28 |
| Data de Publicação | 2022-01-18 |
| Classificação | 5.00/5 Total de 1 Avaliações |
| Desenvolvedor | bigest |
| [email protected] | |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
}
} | |