T21 HLS Scrubber
View all manifest retrieved by chrome, and filter by tab.
¿Qué es T21 HLS Scrubber?
T21 HLS Scrubber es una extensión de Chrome desarrollada por Unknown, y su función principal es "View all manifest retrieved by chrome, and filter by tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión T21 HLS Scrubber
Descarga archivos de extensión T21 HLS Scrubber en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | T21 HLS Scrubber |
ID | diknocfjppiediempbpcoadnamlddioj |
URL Oficial | https://chromewebstore.google.com/detail/t21-hls-scrubber/diknocfjppiediempbpcoadnamlddioj |
Descripción | View all manifest retrieved by chrome, and filter by tab. |
Tamaño del Archivo | 334 KB |
Cantidad de Instalaciones | 1,316 |
Versión Actual | 0.0.0.7 |
Última Actualización | 2017-10-23 |
Fecha de Publicación | 2017-10-23 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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 } |