patchouli-chan: auto-sync your MAL
patchouli-chan syncs MyAnimeList with what you're reading or watching.
¿Qué es patchouli-chan: auto-sync your MAL?
patchouli-chan: auto-sync your MAL es una extensión de Chrome desarrollada por Michael Huang (myh1000), y su función principal es "patchouli-chan syncs MyAnimeList with what you're reading or watching.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión patchouli-chan: auto-sync your MAL
Descarga archivos de extensión patchouli-chan: auto-sync your MAL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | patchouli-chan: auto-sync your MAL |
ID | dinnbkcfnmmhapafnjcknpncdonhmmlf |
URL Oficial | https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf |
Descripción | patchouli-chan syncs MyAnimeList with what you're reading or watching. |
Tamaño del Archivo | 817 KB |
Cantidad de Instalaciones | 52 |
Versión Actual | 1.1.4 |
Última Actualización | 2018-04-13 |
Fecha de Publicación | 2018-04-13 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Michael Huang (myh1000) |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/myh1000/mal-autosync-manga |
URL de la Página de Ayuda | https://github.com/myh1000/mal-autosync-manga/issues |
Idiomas Soportados | 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" ] } |