Crunchyroll Notifier

Latest Crunchyroll simulcasts in a click of a button.

Cos'è Crunchyroll Notifier?

Crunchyroll Notifier è un'estensione di Chrome sviluppata da https://miyata.moe, e la sua funzione principale è "Latest Crunchyroll simulcasts in a click of a button.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crunchyroll Notifier

Scarica i file di estensione Crunchyroll Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Crunchyroll Notifier Crunchyroll Notifier
ID nodjcipkhfcfmhmpfkiffafnbbakljbk
URL Ufficiale https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk
Descrizione Latest Crunchyroll simulcasts in a click of a button.
Dimensione del File 3.85 MB
Conteggio Installazioni 55
Versione Corrente 1.5.1
Ultimo Aggiornamento 2019-03-05
Data di Pubblicazione 2019-03-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://miyata.moe
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/saalmerol/crunchyroll-notifier
URL della Pagina di Aiuto https://github.com/saalmerol/crunchyroll-notifier
Lingue Supportate 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'"
}