Twitch Preview Lite

Hovering live streaming channels to preview Twitch live quickly, with sound and ad-free

Twitch Preview Liteคืออะไร?

Twitch Preview Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Live3D และคุณลักษณะหลักของมันคือ "Hovering live streaming channels to preview Twitch live quickly, with sound and ad-free"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hovering live streaming channels to preview Twitch live quickly, with sound and  ad-free

As we all know, Twitch TV does not allow you to preview the content of the live broadcast in advance on the list page, which troubles many viewers.
Happily, some chrome extensions do this for us, but they make it too bulky and not so easy to use.
We did refer to the preview functions of some competing products, but we made it simpler and more practical than them and added audio functions for the audience.
We hope to provide viewers with a better preview experience!


Main settings of the extension:
Content preview(live channels in any category directory)
Sidebar preview(followed channels list)
Preview sound
(Notice! preview sound is turned off by default, if you need to hear sound when previewing, please turn it on in the extension)
Preview size


How to use: 
1. Click “Add to Chrome” and install  Twitch Preview Lite
2. Visit Twitch.tv
3. Hover over any channels in the sidebar or directory.
4. Preview channels you are interested in
5. Adjust related settings to make you more comfortable
6. Have fun!

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

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

ชื่อ Twitch Preview Lite Twitch Preview Lite
ID kcjchdkhkkoolpokfhejijhlagmogknf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-preview-lite/kcjchdkhkkoolpokfhejijhlagmogknf
คำอธิบาย Hovering live streaming channels to preview Twitch live quickly, with sound and ad-free
ขนาดไฟล์ 56.83 KB
จำนวนการติดตั้ง 323
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2022-10-10
วันที่เผยแพร่ 2022-09-09
คะแนน 3.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Live3D
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en,tr,da,et,hr,it,lv,pt-PT,sk,sl,cs,bg,kn-IN,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "assets\/logo_128.png",
            "48": "assets\/logo_48.png",
            "32": "assets\/logo_32.png",
            "16": "assets\/logo_16.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/player.js"
            ],
            "matches": [
                "https:\/\/player.twitch.tv\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "css": [
                "app.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.2.1",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "assets\/logo_128.png",
        "48": "assets\/logo_48.png",
        "32": "assets\/logo_32.png",
        "16": "assets\/logo_16.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}