Twitch VOD Unmute

A browser extension that unmutes Twitch VODs

O que é Twitch VOD Unmute?

Twitch VOD Unmute é uma extensão do Chrome desenvolvida por Evan99w, e sua principal característica é "A browser extension that unmutes Twitch VODs".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch VOD Unmute

Baixe arquivos de extensão Twitch VOD Unmute no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitch VOD Unmute Twitch VOD Unmute
ID kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
URL Oficial https://chromewebstore.google.com/detail/twitch-vod-unmute/kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
Descrição A browser extension that unmutes Twitch VODs
Tamanho do Arquivo 12.25 KB
Contagem de Instalações 2,258
Versão Atual 1.1.2
Última Atualização 2023-12-21
Data de Publicação 2022-12-29
Classificação 3.00/5 Total de 12 Avaliações
Desenvolvedor Evan99w
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}