Twitch Quick Access and Notifications

Get quick access to your favorite channels' past broadcasts, save them for later viewing, and be notified when favorites are live

Twitch Quick Access and Notificationsคืออะไร?

Twitch Quick Access and Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Team Rainfire และคุณลักษณะหลักของมันคือ "Get quick access to your favorite channels' past broadcasts, save them for later viewing, and be notified when favorites are live"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Quick Access and Notifications

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

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

                        WHAT'S NEW
- 07/13/2023 You can now link a youtube channel by @handle 
- 07/08/2022 Now you can turn on/off live notifications for each channel

Secure and lightweight!
- This extension only talks to Twitch and YouTube. We don't collect any of your information
- We keep our extension simple. It won't slow down your browser

Twitch Quick Access and Notifications (TQA) offers:
- Desktop notifications of live streams with adjustable intervals
- Direct links to latest recorded streams when your favorite channels are offline
- Watch later list where you can save recorded streams for later viewing
- Link YouTube accounts to see their latest YouTube videos as well!                    

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

ชื่อ Twitch Quick Access and Notifications Twitch Quick Access and Notifications
ID dagnpnlnamojgfachacchgbjndnlipfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-quick-access-and-n/dagnpnlnamojgfachacchgbjndnlipfk
คำอธิบาย Get quick access to your favorite channels' past broadcasts, save them for later viewing, and be notified when favorites are live
ขนาดไฟล์ 1.05 MB
จำนวนการติดตั้ง 303
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2020-05-07
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Team Rainfire
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-US,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "2.6",
    "description": "__MSG_extDescription__",
    "default_locale": "en_US",
    "icons": {
        "128": "img\/TQA_Icon_128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/apis.google.com\/",
        "https:\/\/static-cdn.jtvnw.net\/"
    ],
    "browser_action": {
        "default_title": "__MSG_extShortName__",
        "default_icon": {
            "16": "img\/TQA_Icon_16.png",
            "24": "img\/TQA_Icon_24.png",
            "32": "img\/TQA_Icon_32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/apis.google.com; object-src 'self'"
}