Crunchyroll Notifier
Latest Crunchyroll simulcasts in a click of a button.
Qu'est-ce que Crunchyroll Notifier ?
Crunchyroll Notifier est une extension Chrome développée par https://miyata.moe, et sa fonction principale est "Latest Crunchyroll simulcasts in a click of a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crunchyroll Notifier
Téléchargez les fichiers d'extension Crunchyroll Notifier 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
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!
Informations de Base sur l'Extension
Nom | |
ID | nodjcipkhfcfmhmpfkiffafnbbakljbk |
URL Officiel | https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk |
Description | Latest Crunchyroll simulcasts in a click of a button. |
Taille du Fichier | 3.85 MB |
Nombre d'Installations | 55 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2019-03-05 |
Date de Publication | 2019-03-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://miyata.moe |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/saalmerol/crunchyroll-notifier |
URL de la Page d'Aide | https://github.com/saalmerol/crunchyroll-notifier |
Langues Prises en Charge | 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'" } |