patchouli-chan: auto-sync your MAL
patchouli-chan syncs MyAnimeList with what you're reading or watching.
Was ist patchouli-chan: auto-sync your MAL?
patchouli-chan: auto-sync your MAL ist eine Chrome-Erweiterung, die von Michael Huang (myh1000) entwickelt wurde, und ihr Hauptmerkmal ist "patchouli-chan syncs MyAnimeList with what you're reading or watching.".
Erweiterungsscreenshots
patchouli-chan: auto-sync your MAL-Erweiterungs-CRX-Datei herunterladen
Laden Sie patchouli-chan: auto-sync your MAL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | patchouli-chan: auto-sync your MAL |
ID | dinnbkcfnmmhapafnjcknpncdonhmmlf |
Offizielle URL | https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf |
Beschreibung | patchouli-chan syncs MyAnimeList with what you're reading or watching. |
Dateigröße | 817 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2018-04-13 |
Veröffentlichungsdatum | 2018-04-13 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Michael Huang (myh1000) |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/myh1000/mal-autosync-manga |
Hilfeseite URL | https://github.com/myh1000/mal-autosync-manga/issues |
Unterstützte Sprachen | 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" ] } |