patchouli-chan: auto-sync your MAL

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

Qu'est-ce que patchouli-chan: auto-sync your MAL ?

patchouli-chan: auto-sync your MAL est une extension Chrome développée par Michael Huang (myh1000), et sa fonction principale est "patchouli-chan syncs MyAnimeList with what you're reading or watching.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension patchouli-chan: auto-sync your MAL

Téléchargez les fichiers d'extension patchouli-chan: auto-sync your MAL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom patchouli-chan: auto-sync your MAL patchouli-chan: auto-sync your MAL
ID dinnbkcfnmmhapafnjcknpncdonhmmlf
URL Officiel https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf
Description patchouli-chan syncs MyAnimeList with what you're reading or watching.
Taille du Fichier 817 KB
Nombre d'Installations 52
Version Actuelle 1.1.4
Dernière Mise à Jour 2018-04-13
Date de Publication 2018-04-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur Michael Huang (myh1000)
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/myh1000/mal-autosync-manga
URL de la Page d'Aide https://github.com/myh1000/mal-autosync-manga/issues
Langues Prises en Charge 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"
    ]
}