patchouli-chan: auto-sync your MAL

patchouli-chan syncs MyAnimeList with what you're reading or watching.

Apa itu patchouli-chan: auto-sync your MAL?

patchouli-chan: auto-sync your MAL adalah ekstensi Chrome yang dikembangkan oleh Michael Huang (myh1000), dan fitur utamanya adalah "patchouli-chan syncs MyAnimeList with what you're reading or watching.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi patchouli-chan: auto-sync your MAL

Unduh file ekstensi patchouli-chan: auto-sync your MAL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama patchouli-chan: auto-sync your MAL patchouli-chan: auto-sync your MAL
ID dinnbkcfnmmhapafnjcknpncdonhmmlf
URL Resmi https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf
Deskripsi patchouli-chan syncs MyAnimeList with what you're reading or watching.
Ukuran File 817 KB
Jumlah Instalasi 52
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2018-04-13
Tanggal Publikasi 2018-04-13
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Michael Huang (myh1000)
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/myh1000/mal-autosync-manga
URL Halaman Bantuan https://github.com/myh1000/mal-autosync-manga/issues
Bahasa yang Didukung 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"
    ]
}