Sento - MyAnimeList Updater

Automatically look up anime series to add/update on MyAnimeList

¿Qué es Sento - MyAnimeList Updater?

Sento - MyAnimeList Updater es una extensión de Chrome desarrollada por fuhranku, y su función principal es "Automatically look up anime series to add/update on MyAnimeList".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Sento - MyAnimeList Updater

Descarga archivos de extensión Sento - MyAnimeList Updater en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Sento - MyAnimeList Updater Sento - MyAnimeList Updater
ID ednoacfdjnjjmcpjcljpnmioicjnldcj
URL Oficial https://chrome.google.com/webstore/detail/sento-myanimelist-updater/ednoacfdjnjjmcpjcljpnmioicjnldcj
Descripción Automatically look up anime series to add/update on MyAnimeList
Tamaño del Archivo 166 KB
Cantidad de Instalaciones 65
Versión Actual 1.31
Última Actualización 2018-01-15
Fecha de Publicación 2018-01-15
Calificación 2.22/5 Total de 9 Calificaciones
Desarrollador fuhranku
Tipo de Pago free
Idiomas Soportados 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"
    }
}