Twitch Popout Chat

Allows you to quickly open the chat of Twitch streamers

Twitch Popout Chatคืออะไร?

Twitch Popout Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aenos และคุณลักษณะหลักของมันคือ "Allows you to quickly open the chat of Twitch streamers"

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

screenshot

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

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

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

                        Twitch Popout Chat

Allows you to quickly open the chat of Twitch streamers

How to use:
- Go to twitch.tv.
- Open a broadcast from any streamer.
- Click on the extension's icon.
- The streamer's Twitch chat will open in a different window.

If you are on a web page other than Twitch, it opens that page as a popup.                    

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

ชื่อ Twitch Popout Chat Twitch Popout Chat
ID haijgfkhagnfkbebhgkcgdgkhaljkjcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-popout-chat/haijgfkhagnfkbebhgkcgdgkhaljkjcg
คำอธิบาย Allows you to quickly open the chat of Twitch streamers
ขนาดไฟล์ 22.14 KB
จำนวนการติดตั้ง 1,052
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-11-21
วันที่เผยแพร่ 2022-09-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Aenos
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Popout Chat",
    "description": "Allows you to quickly open the chat of Twitch streamers",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}