Twitch DVR

Twitch DVR adds DVR style controls to Twitch streams

Twitch DVRとは何ですか?

Twitch DVRはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Twitch DVR adds DVR style controls to Twitch streams」です。

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

screenshot

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

Twitch DVR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Twitch DVR adds YouTube-like DVR functionality to Twitch streams. This allows you to rewind live video (a max of about 60 seconds) without having to create a clip or watch the VOD after the stream is finished.                    

拡張機能の基本情報

名前 Twitch DVR Twitch DVR
ID omhdclmalgidiodbfjcjagnbcfadpina
公式URL https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina
説明 Twitch DVR adds DVR style controls to Twitch streams
ファイルサイズ 9.39 KB
インストール数 2,306
現在のバージョン 1.1
最終更新日 2018-08-11
公開日 2018-08-11
評価 2.50/5 合計 8 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch DVR",
    "description": "Twitch DVR adds DVR style controls to Twitch streams",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon128.png"
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/dvr.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/playerSeek.html"
    ]
}