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 } |