Crunchyroll Notifier

Latest Crunchyroll simulcasts in a click of a button.

Was ist Crunchyroll Notifier?

Crunchyroll Notifier ist eine Chrome-Erweiterung, die von https://miyata.moe entwickelt wurde, und ihr Hauptmerkmal ist "Latest Crunchyroll simulcasts in a click of a button.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Crunchyroll Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crunchyroll Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Crunchyroll Notifier Crunchyroll Notifier
ID nodjcipkhfcfmhmpfkiffafnbbakljbk
Offizielle URL https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk
Beschreibung Latest Crunchyroll simulcasts in a click of a button.
Dateigröße 3.85 MB
Installationsanzahl 55
Aktuelle Version 1.5.1
Letztes Update 2019-03-05
Veröffentlichungsdatum 2019-03-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://miyata.moe
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/saalmerol/crunchyroll-notifier
Hilfeseite URL https://github.com/saalmerol/crunchyroll-notifier
Unterstützte Sprachen 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'"
}