Crunchyroll Notifier
Latest Crunchyroll simulcasts in a click of a button.
Hvad er Crunchyroll Notifier?
Crunchyroll Notifier er en Chrome-udvidelse udviklet af https://miyata.moe, og dens hovedfunktion er "Latest Crunchyroll simulcasts in a click of a button.".
Udvidelsesskærmbilleder
Download Crunchyroll Notifier-udvidelses-CRX-fil
Download Crunchyroll Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nodjcipkhfcfmhmpfkiffafnbbakljbk |
Officiel URL | https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk |
Beskrivelse | Latest Crunchyroll simulcasts in a click of a button. |
Filstørrelse | 3.85 MB |
Antal Installationer | 55 |
Nuværende Version | 1.5.1 |
Senest Opdateret | 2019-03-05 |
Udgivelsesdato | 2019-03-05 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://miyata.moe |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/saalmerol/crunchyroll-notifier |
Hjælpeside-URL | https://github.com/saalmerol/crunchyroll-notifier |
Understøttede Sprog | 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'" } |