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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |