T21 HLS Scrubber
View all manifest retrieved by chrome, and filter by tab.
T21 HLS Scrubber là gì?
T21 HLS Scrubber là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "View all manifest retrieved by chrome, and filter by tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng T21 HLS Scrubber
Tải xuống các tệp mở rộng T21 HLS Scrubber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | T21 HLS Scrubber |
ID | diknocfjppiediempbpcoadnamlddioj |
URL Chính Thức | https://chromewebstore.google.com/detail/t21-hls-scrubber/diknocfjppiediempbpcoadnamlddioj |
Mô tả | View all manifest retrieved by chrome, and filter by tab. |
Kích Thước Tệp | 334 KB |
Số Lần Cài Đặt | 1,316 |
Phiên Bản Hiện Tại | 0.0.0.7 |
Cập Nhật Lần Cuối | 2017-10-23 |
Ngày Phát Hành | 2017-10-23 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |