Crunchyroll Notifier

Latest Crunchyroll simulcasts in a click of a button.

¿Qué es Crunchyroll Notifier?

Crunchyroll Notifier es una extensión de Chrome desarrollada por https://miyata.moe, y su función principal es "Latest Crunchyroll simulcasts in a click of a button.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Crunchyroll Notifier

Descarga archivos de extensión Crunchyroll Notifier 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

                        Latest Crunchyroll simulcasts in a click of a button.

Features:
- Notifies user of all released episodes in Crunchyroll
- Allows user to view last 10 released episodes in Crunchyroll using the pop up
- Allow users to change the number of recently released episodes that can be viewed in the pop up

Todo:
- Allow users to filter notifications based on the anime they watch (MyAnimeList)
- Suggest more!                    

Información Básica de la Extensión

Nombre Crunchyroll Notifier Crunchyroll Notifier
ID nodjcipkhfcfmhmpfkiffafnbbakljbk
URL Oficial https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk
Descripción Latest Crunchyroll simulcasts in a click of a button.
Tamaño del Archivo 3.85 MB
Cantidad de Instalaciones 55
Versión Actual 1.5.1
Última Actualización 2019-03-05
Fecha de Publicación 2019-03-05
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://miyata.moe
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/saalmerol/crunchyroll-notifier
URL de la Página de Ayuda https://github.com/saalmerol/crunchyroll-notifier
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Notifier",
    "description": "Latest Crunchyroll simulcasts in a click of a button.",
    "version": "1.5.1",
    "author": "Son Roy Almerol",
    "browser_action": {
        "default_title": "Crunchyroll Notifier",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/socket.io.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "*:\/\/img1.ak.crunchyroll.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}