T21 HLS Scrubber
View all manifest retrieved by chrome, and filter by tab.
T21 HLS Scrubberคืออะไร?
T21 HLS Scrubber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "View all manifest retrieved by chrome, and filter by tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T21 HLS Scrubber
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |