Crunchyroll Notifier

Latest Crunchyroll simulcasts in a click of a button.

Crunchyroll Notifier क्या है?

Crunchyroll Notifier https://miyata.moe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Latest Crunchyroll simulcasts in a click of a button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crunchyroll Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}