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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
    ]
}