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)開發的Chrome擴展程式,該擴展的主要功能是“patchouli-chan syncs MyAnimeList with what you're reading or watching.”。
擴展截圖
下載patchouli-chan: auto-sync your MAL擴展crx文件
下載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 |
官方網址 | 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" ] } |