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
Eメール [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'"
}