T21 HLS Scrubber

View all manifest retrieved by chrome, and filter by tab.

O que é T21 HLS Scrubber?

T21 HLS Scrubber é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "View all manifest retrieved by chrome, and filter by tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão T21 HLS Scrubber

Baixe arquivos de extensão T21 HLS Scrubber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome T21 HLS Scrubber T21 HLS Scrubber
ID diknocfjppiediempbpcoadnamlddioj
URL Oficial https://chromewebstore.google.com/detail/t21-hls-scrubber/diknocfjppiediempbpcoadnamlddioj
Descrição View all manifest retrieved by chrome, and filter by tab.
Tamanho do Arquivo 334 KB
Contagem de Instalações 1,316
Versão Atual 0.0.0.7
Última Atualização 2017-10-23
Data de Publicação 2017-10-23
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}