UNOFFICIAL Anilist Updater

Update Anilists in your browser

Qu'est-ce que UNOFFICIAL Anilist Updater ?

UNOFFICIAL Anilist Updater est une extension Chrome développée par globinguy, et sa fonction principale est "Update Anilists in your browser".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UNOFFICIAL Anilist Updater

Téléchargez les fichiers d'extension UNOFFICIAL Anilist Updater 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

                        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                    

Informations de Base sur l'Extension

Nom UNOFFICIAL Anilist Updater UNOFFICIAL Anilist Updater
ID ggjlaakenonjlionbnebgnnolhmplbje
URL Officiel https://chromewebstore.google.com/detail/unofficial-anilist-update/ggjlaakenonjlionbnebgnnolhmplbje
Description Update Anilists in your browser
Taille du Fichier 16.35 KB
Nombre d'Installations 87
Version Actuelle 0.0.8
Dernière Mise à Jour 2019-04-17
Date de Publication 2019-04-17
Évaluation 4.88/5 Total 8 Évaluations
Développeur globinguy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}