Crunchyroll Notifier
Latest Crunchyroll simulcasts in a click of a button.
Co to jest Crunchyroll Notifier?
Crunchyroll Notifier to rozszerzenie Chrome opracowane przez https://miyata.moe, a jego główną funkcją jest „Latest Crunchyroll simulcasts in a click of a button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crunchyroll Notifier
Pobierz pliki rozszerzeń Crunchyroll Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nodjcipkhfcfmhmpfkiffafnbbakljbk |
Oficjalny URL | https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk |
Opis | Latest Crunchyroll simulcasts in a click of a button. |
Rozmiar pliku | 3.85 MB |
Liczba instalacji | 55 |
Aktualna Wersja | 1.5.1 |
Ostatnia Aktualizacja | 2019-03-05 |
Data Publikacji | 2019-03-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://miyata.moe |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/saalmerol/crunchyroll-notifier |
Adres URL Strony Pomocy | https://github.com/saalmerol/crunchyroll-notifier |
Obsługiwane Języki | 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'" } |