patchouli-chan: auto-sync your MAL
patchouli-chan syncs MyAnimeList with what you're reading or watching.
Τι είναι το patchouli-chan: auto-sync your MAL;
Το patchouli-chan: auto-sync your MAL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Huang (myh1000), και η κύρια λειτουργία του είναι "patchouli-chan syncs MyAnimeList with what you're reading or watching.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης patchouli-chan: auto-sync your MAL
Λήψη αρχείων επέκτασης patchouli-chan: auto-sync your MAL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | patchouli-chan: auto-sync your MAL |
ID | dinnbkcfnmmhapafnjcknpncdonhmmlf |
Επίσημο URL | https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf |
Περιγραφή | patchouli-chan syncs MyAnimeList with what you're reading or watching. |
Μέγεθος Αρχείου | 817 KB |
Αριθμός Εγκαταστάσεων | 52 |
Τρέχουσα Έκδοση | 1.1.4 |
Τελευταία Ενημέρωση | 2018-04-13 |
Ημερομηνία Δημοσίευσης | 2018-04-13 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Michael Huang (myh1000) |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/myh1000/mal-autosync-manga |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/myh1000/mal-autosync-manga/issues |
Υποστηριζόμενες Γλώσσες | 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" ] } |