patchouli-chan: auto-sync your MAL

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

patchouli-chan: auto-sync your MAL là gì?

patchouli-chan: auto-sync your MAL là một tiện ích mở rộng Chrome được phát triển bởi Michael Huang (myh1000), và tính năng chính của nó là "patchouli-chan syncs MyAnimeList with what you're reading or watching.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng patchouli-chan: auto-sync your MAL

Tải xuống các tệp mở rộng patchouli-chan: auto-sync your MAL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên patchouli-chan: auto-sync your MAL patchouli-chan: auto-sync your MAL
ID dinnbkcfnmmhapafnjcknpncdonhmmlf
URL Chính Thức https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf
Mô tả patchouli-chan syncs MyAnimeList with what you're reading or watching.
Kích Thước Tệp 817 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2018-04-13
Ngày Phát Hành 2018-04-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Michael Huang (myh1000)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/myh1000/mal-autosync-manga
URL Trang Trợ Giúp https://github.com/myh1000/mal-autosync-manga/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}