Twitch VOD Unmute

A browser extension that unmutes Twitch VODs

Twitch VOD Unmuteคืออะไร?

Twitch VOD Unmute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan99w และคุณลักษณะหลักของมันคือ "A browser extension that unmutes Twitch VODs"

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

screenshot
screenshot

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

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

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

                        Replaces muted segments in Twitch.tv VODs with their unmuted versions that are available on Twitch servers for up to 24 hours after the stream has ended.
Colours the VOD's seekbar to indicate segments which do and don't have unmuted versions available.                    

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

ชื่อ Twitch VOD Unmute Twitch VOD Unmute
ID kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-vod-unmute/kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
คำอธิบาย A browser extension that unmutes Twitch VODs
ขนาดไฟล์ 12.25 KB
จำนวนการติดตั้ง 2,258
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2022-12-29
คะแนน 3.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Evan99w
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch VOD Unmute",
    "description": "A browser extension that unmutes Twitch VODs",
    "version": "1.1.2",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "webRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.twitch.tv\/",
        "https:\/\/*.cloudfront.net\/"
    ]
}