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 Michael Huang (myh1000) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "patchouli-chan syncs MyAnimeList with what you're reading or watching."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में patchouli-chan: auto-sync your MAL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |