Twitch Notification(Now Streaming Notifier)

Get instant notifications when your favorite twitch streamers come online!

Twitch Notification(Now Streaming Notifier)คืออะไร?

Twitch Notification(Now Streaming Notifier) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Live3D และคุณลักษณะหลักของมันคือ "Get instant notifications when your favorite twitch streamers come online!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Notification(Now Streaming Notifier)

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Notification(Now Streaming Notifier) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get instant notifications when your favorite twitch streamers come online!
Twitch Notification is a Chrome extension that will greatly improve the way to manage your favorite now streamers. In addition to having all live streamers in one place, you will enter your favorite Twitch streams with one click!

Features:
  - Get notification whenever a streamer you follow starts live
  - access to your favorite streamers quickly
  - Enable or disable notifications

How to use: 
1. Click “Add to Chrome” and install Twitch Notification
2.log in with your account(extension has access only "your follow")
3. Click the extension icon, you can watch the live streamers that you follow
4. In addition, you can get instant notifications when your favorite streamers come online
5. Have fun!

Q&A
Why do I need Twitch account authorization?
We need to capture the information of the streamers you follow at all times, so we need your account authorization. Please rest assured that we will not obtain any other information from the account.
Where do I get the streamer's go-live notification?
You can receive his online notification in your chrome browser, just click the notification window, and you can jump directly to the live page

If you like it, recommend it to others and give a nice review. It really helps.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Notification(Now Streaming Notifier) Twitch Notification(Now Streaming Notifier)
ID bnigjefadhmhkncnahnafmehfednjljl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-notificationnow-st/bnigjefadhmhkncnahnafmehfednjljl
คำอธิบาย Get instant notifications when your favorite twitch streamers come online!
ขนาดไฟล์ 796 KB
จำนวนการติดตั้ง 244
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2022-10-19
วันที่เผยแพร่ 2022-09-22
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Live3D
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon-128.png",
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        },
        "default_popup": "index.html",
        "default_title": "Twitch Notification"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "lib\/moment.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "identity",
        "notifications",
        "alarms",
        "background"
    ],
    "version": "1.2.2",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}