Twitch VOD Unmute

A browser extension that unmutes Twitch VODs

What is Twitch VOD Unmute?

Twitch VOD Unmute is a Chrome extension developed by Evan99w, and its main feature is "A browser extension that unmutes Twitch VODs".

Extension Screenshots

screenshot
screenshot

Download Twitch VOD Unmute Extension CRX File

Download Twitch VOD Unmute extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitch VOD Unmute Twitch VOD Unmute
ID kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
Official URL https://chromewebstore.google.com/detail/twitch-vod-unmute/kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
Description A browser extension that unmutes Twitch VODs
File Size 12.25 KB
Installation Count 2,258
Current Version 1.1.2
Last Updated 2023-12-21
Publish Date 2022-12-29
Rating 3.00/5 Total 12 Ratings
Developer Evan99w
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}