patchouli-chan: auto-sync your MAL
patchouli-chan syncs MyAnimeList with what you're reading or watching.
Vad är patchouli-chan: auto-sync your MAL?
patchouli-chan: auto-sync your MAL är en Chrome-tillägg utvecklad av Michael Huang (myh1000), och dess huvudfunktion är "patchouli-chan syncs MyAnimeList with what you're reading or watching.".
Tilläggsskärmbilder
Ladda ner patchouli-chan: auto-sync your MAL-förlängningens CRX-fil
Ladda ner patchouli-chan: auto-sync your MAL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | patchouli-chan: auto-sync your MAL |
ID | dinnbkcfnmmhapafnjcknpncdonhmmlf |
Officiell webbadress | https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf |
Beskrivning | patchouli-chan syncs MyAnimeList with what you're reading or watching. |
Filstorlek | 817 KB |
Antal Installationer | 52 |
Aktuell Version | 1.1.4 |
Senast Uppdaterad | 2018-04-13 |
Publiceringsdatum | 2018-04-13 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Michael Huang (myh1000) |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/myh1000/mal-autosync-manga |
Hjälpsida URL | https://github.com/myh1000/mal-autosync-manga/issues |
Stödda Språk | 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" ] } |