Crunchyroll Notifier

Latest Crunchyroll simulcasts in a click of a button.

ما هو Crunchyroll Notifier؟

Crunchyroll Notifier هو إضافة Chrome تم تطويرها بواسطة https://miyata.moe، والميزة الرئيسية لها هي "Latest Crunchyroll simulcasts in a click of a button.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crunchyroll Notifier

قم بتنزيل ملفات الامتداد Crunchyroll Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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'"
}