UNOFFICIAL Anilist Updater

Update Anilists in your browser

Was ist UNOFFICIAL Anilist Updater?

UNOFFICIAL Anilist Updater ist eine Chrome-Erweiterung, die von globinguy entwickelt wurde, und ihr Hauptmerkmal ist "Update Anilists in your browser".

Erweiterungsscreenshots

screenshot
screenshot

UNOFFICIAL Anilist Updater-Erweiterungs-CRX-Datei herunterladen

Laden Sie UNOFFICIAL Anilist Updater-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Update your Anilists with this simple Chrome extension!
Browse your currently watching or currently reading anime and manga!
Update your progress, on the aforementioned media!
Thats really about it.

If you haven't already, make an account now at: 
https://anilist.co/
Also check out this project on Github: 
https://github.com/Globinguy/Unofficial-Anilist-Chrome-Extension                    

Grundlegende Informationen zur Erweiterung

Name UNOFFICIAL Anilist Updater UNOFFICIAL Anilist Updater
ID ggjlaakenonjlionbnebgnnolhmplbje
Offizielle URL https://chromewebstore.google.com/detail/unofficial-anilist-update/ggjlaakenonjlionbnebgnnolhmplbje
Beschreibung Update Anilists in your browser
Dateigröße 16.35 KB
Installationsanzahl 87
Aktuelle Version 0.0.8
Letztes Update 2019-04-17
Veröffentlichungsdatum 2019-04-17
Bewertung 4.88/5 Insgesamt 8 Bewertungen
Entwickler globinguy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UNOFFICIAL Anilist Updater",
    "description": "Update Anilists in your browser",
    "version": "0.0.8",
    "permissions": [
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png"
        },
        "default_title": "Anilist Menu",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png"
    },
    "manifest_version": 2
}