Sento - MyAnimeList Updater

Automatically look up anime series to add/update on MyAnimeList

Qu'est-ce que Sento - MyAnimeList Updater ?

Sento - MyAnimeList Updater est une extension Chrome développée par fuhranku, et sa fonction principale est "Automatically look up anime series to add/update on MyAnimeList".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sento - MyAnimeList Updater

Téléchargez les fichiers d'extension Sento - MyAnimeList 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

                        With Sento you have instant access to MyAnimeList anywhere you go on the web!
Log into your MyAnimeList account and open the extension when you're on the page playing anime.
The extension will attempt to automatically search for the title of the anime in the title of the tab and display it.
Calibrate the extension to work on any anime website.
Highlight/select text on any webpage and search for it using the extension.
Add or update an anime with your current status and score through the extension.
Open the MyAnimeList page for an anime in a new tab.

Uses the MyAnimeList API.
Not officially affiliated with MyAnimeList.                    

Informations de Base sur l'Extension

Nom Sento - MyAnimeList Updater Sento - MyAnimeList Updater
ID ednoacfdjnjjmcpjcljpnmioicjnldcj
URL Officiel https://chrome.google.com/webstore/detail/sento-myanimelist-updater/ednoacfdjnjjmcpjcljpnmioicjnldcj
Description Automatically look up anime series to add/update on MyAnimeList
Taille du Fichier 166 KB
Nombre d'Installations 65
Version Actuelle 1.31
Dernière Mise à Jour 2018-01-15
Date de Publication 2018-01-15
Évaluation 2.22/5 Total 9 Évaluations
Développeur fuhranku
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sento - MyAnimeList Updater",
    "description": "Automatically look up anime series to add\/update on MyAnimeList",
    "version": "1.31",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.12.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/myanimelist.net\/*"
    ],
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "16": "images\/icon.png"
    }
}