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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |