T21 HLS Scrubber

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

T21 HLS Scrubber क्या है?

T21 HLS Scrubber Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View all manifest retrieved by chrome, and filter by tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में T21 HLS Scrubber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}