patchouli-chan: auto-sync your MAL
patchouli-chan syncs MyAnimeList with what you're reading or watching.
O que é patchouli-chan: auto-sync your MAL?
patchouli-chan: auto-sync your MAL é uma extensão do Chrome desenvolvida por Michael Huang (myh1000), e sua principal característica é "patchouli-chan syncs MyAnimeList with what you're reading or watching.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão patchouli-chan: auto-sync your MAL
Baixe arquivos de extensão patchouli-chan: auto-sync your MAL 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
patchouli-chan is a browser extension for automatically syncing what you've read and watched with your MyAnimeList, updating your MAL without you needing to do anything. She works hard to sync everything with your MAL, really. Supported Sites - KissManga - MangaDex - MangaReader - 9anime - Batoto (RIP) --------------------- - Fix for MangaDex Go to https://github.com/myh1000/mal-autosync-manga/ for more information on supported sites as well as how to make contributions.
Informações Básicas da Extensão
Nome | patchouli-chan: auto-sync your MAL |
ID | dinnbkcfnmmhapafnjcknpncdonhmmlf |
URL Oficial | https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf |
Descrição | patchouli-chan syncs MyAnimeList with what you're reading or watching. |
Tamanho do Arquivo | 817 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.1.4 |
Última Atualização | 2018-04-13 |
Data de Publicação | 2018-04-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Michael Huang (myh1000) |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/myh1000/mal-autosync-manga |
URL da Página de Ajuda | https://github.com/myh1000/mal-autosync-manga/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "patchouli-chan: auto-sync your MAL", "short_name": "patchouli-chan", "version": "1.1.4", "author": "myh1000", "description": "patchouli-chan syncs MyAnimeList with what you're reading or watching.", "homepage_url": "https:\/\/github.com\/myh1000\/mal-autosync-manga", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "bundle.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/kissmanga.com\/*", "*:\/\/bato.to\/*", "*:\/\/9anime.is\/*", "*:\/\/mangadex.com\/*", "*:\/\/mangadex.org\/*", "*:\/\/mangareader.net\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/icon48.png", "default_title": "mal-scrobble", "default_popup": "popup\/popup.html" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "background", "notifications", "tabs", "storage" ] } |