T21 HLS Scrubber
View all manifest retrieved by chrome, and filter by tab.
T21 HLS Scrubberとは何ですか?
T21 HLS ScrubberはUnknownによって開発されたChromeの拡張機能で、その主な機能は「View all manifest retrieved by chrome, and filter by tab.」です。
拡張機能のスクリーンショット
T21 HLS Scrubber拡張機能のCRXファイルをダウンロード
T21 HLS Scrubber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A new Chrome browser application from T21 Technologies for scrubbing HLS manifest files from webpages to play on the T9261D device! Currently in Beta testing. After opening the Scrubber, connect to the 9261D unit using its UI credentials. In another tab, open Twitch.tv and navigate to the desired livestream. Available manifest URLs will appear on the Scrubber tab. Click the blue button next to the URL to begin playing the stream on your 9261D device.
拡張機能の基本情報
名前 | T21 HLS Scrubber |
ID | diknocfjppiediempbpcoadnamlddioj |
公式URL | https://chromewebstore.google.com/detail/t21-hls-scrubber/diknocfjppiediempbpcoadnamlddioj |
説明 | View all manifest retrieved by chrome, and filter by tab. |
ファイルサイズ | 334 KB |
インストール数 | 1,316 |
現在のバージョン | 0.0.0.7 |
最終更新日 | 2017-10-23 |
公開日 | 2017-10-23 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "T21 HLS Scrubber", "version": "0.0.0.7", "description": "View all manifest retrieved by chrome, and filter by tab.", "short_name": "T21 Scrubber", "author": "T21", "homepage_url": "http:\/\/www.t-21.biz", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Start T21 Scrubber" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "manifest_version": 2 } |