M3U8 Detector

Detect the m3u8 playlist.

Vad är M3U8 Detector?

M3U8 Detector är en Chrome-tillägg utvecklad av Masaru, och dess huvudfunktion är "Detect the m3u8 playlist.".

Tilläggsskärmbilder

screenshot

Ladda ner M3U8 Detector-förlängningens CRX-fil

Ladda ner M3U8 Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Detect the m3u8 playlist in the contents rendered in the browser.                    

Grundläggande Information om Tillägg

Namn M3U8 Detector M3U8 Detector
ID imbabaijcneibeplkllcbbiejopiocek
Officiell webbadress https://chrome.google.com/webstore/detail/m3u8-detector/imbabaijcneibeplkllcbbiejopiocek
Beskrivning Detect the m3u8 playlist.
Filstorlek 49 KB
Antal Installationer 965
Aktuell Version 1.0.0
Senast Uppdaterad 2019-03-31
Publiceringsdatum 2019-03-28
Betyg 2.67/5 Totalt 3 Betyg
Utvecklare Masaru
E-post [email protected]
Betalningssätt free
Stödda Språk ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "M3U8 Detector",
    "version": "1.0.0",
    "description": "Detect the m3u8 playlist.",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*.m3u8"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "M3U8 Detector",
        "default_popup": "popup.html"
    }
}