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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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'"
}