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.”。

擴展截圖

screenshot

下載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 T21 HLS Scrubber
ID diknocfjppiediempbpcoadnamlddioj
官方網址 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
}