Twitch Stream Notifier

See when streamers go online!

Twitch Stream Notifierคืออะไร?

Twitch Stream Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheoryCraft Inc. และคุณลักษณะหลักของมันคือ "See when streamers go online!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Stream Notifier

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

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

                        Track the status of your favorite Twitch.tv streamers no matter where you are. Use the extension to see which streamers are online and get a notification of when they do go online. 

You can add streamers one at a time or bulk add via your Twitch username.

Not affiliated with Twitch.tv. Powered by TheoryCraft.gg                    

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

ชื่อ Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
คำอธิบาย See when streamers go online!
ขนาดไฟล์ 480 KB
จำนวนการติดตั้ง 3,154
เวอร์ชันปัจจุบัน 1.7.0
อัปเดตครั้งล่าสุด 2022-12-23
วันที่เผยแพร่ 2019-10-21
คะแนน 4.21/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา TheoryCraft Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Friss/TwitchNotifier
URL หน้าช่วยเหลือ https://github.com/Friss/TwitchNotifier
URL หน้านโยบายความเป็นส่วนตัว https://theorycraft.gg/terms
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Stream Notifier",
    "version": "1.7.0",
    "manifest_version": 2,
    "description": "See when streamers go online!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png",
        "500": "images\/logo_500.png"
    },
    "homepage_url": "https:\/\/github.com\/Friss\/TwitchNotifier",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "browser_action": {
        "default_icon": "images\/logo_128.png",
        "default_title": "Twitch Stream Notifier",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/logo_128.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}