Twitch VOD Unmute

A browser extension that unmutes Twitch VODs

Cos'è Twitch VOD Unmute?

Twitch VOD Unmute è un'estensione di Chrome sviluppata da Evan99w, e la sua funzione principale è "A browser extension that unmutes Twitch VODs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch VOD Unmute

Scarica i file di estensione Twitch VOD Unmute in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitch VOD Unmute Twitch VOD Unmute
ID kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
URL Ufficiale https://chromewebstore.google.com/detail/twitch-vod-unmute/kjbnfiobdlebmfgeklpfjjhcjfpbnkhf
Descrizione A browser extension that unmutes Twitch VODs
Dimensione del File 12.25 KB
Conteggio Installazioni 2,258
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-12-21
Data di Pubblicazione 2022-12-29
Valutazione 3.00/5 Totale 12 Valutazioni
Sviluppatore Evan99w
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}