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.”。

扩展截图

screenshot
screenshot
screenshot

下载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!                    

扩展基本信息

名称 Crunchyroll Notifier Crunchyroll Notifier
ID nodjcipkhfcfmhmpfkiffafnbbakljbk
官方URL 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'"
}