Twitch VOD Unmute

A browser extension that unmutes Twitch VODs

Twitch VOD Unmuteとは何ですか?

Twitch VOD UnmuteはEvan99wによって開発されたChromeの拡張機能で、その主な機能は「A browser extension that unmutes Twitch VODs」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitch VOD Unmute拡張機能のCRXファイルをダウンロード

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
Eメール [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\/"
    ]
}