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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}