Crunchyroll Notifier
Latest Crunchyroll simulcasts in a click of a button.
什麼是Crunchyroll Notifier?
Crunchyroll Notifier是由https://miyata.moe開發的Chrome擴展程式,該擴展的主要功能是“Latest Crunchyroll simulcasts in a click of a button.”。
擴展截圖
下載Crunchyroll Notifier擴展crx文件
下載Crunchyroll Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | nodjcipkhfcfmhmpfkiffafnbbakljbk |
官方網址 | https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk |
簡介 | Latest Crunchyroll simulcasts in a click of a button. |
檔案大小 | 3.85 MB |
安裝次數 | 55 |
目前版本 | 1.5.1 |
更新時間 | 2019-03-05 |
上架時間 | 2019-03-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://miyata.moe |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/saalmerol/crunchyroll-notifier |
說明頁面URL | https://github.com/saalmerol/crunchyroll-notifier |
支援的語言 | 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'" } |