Crunchyroll Notifier
Latest Crunchyroll simulcasts in a click of a button.
Crunchyroll Notifier là gì?
Crunchyroll Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://miyata.moe, và tính năng chính của nó là "Latest Crunchyroll simulcasts in a click of a button.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crunchyroll Notifier
Tải xuống các tệp mở rộng Crunchyroll Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nodjcipkhfcfmhmpfkiffafnbbakljbk |
URL Chính Thức | https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk |
Mô tả | Latest Crunchyroll simulcasts in a click of a button. |
Kích Thước Tệp | 3.85 MB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2019-03-05 |
Ngày Phát Hành | 2019-03-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://miyata.moe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/saalmerol/crunchyroll-notifier |
URL Trang Trợ Giúp | https://github.com/saalmerol/crunchyroll-notifier |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |