M3U8 Detector

Detect the m3u8 playlist.

What is M3U8 Detector?

M3U8 Detector is a Chrome extension developed by Masaru, and its main feature is "Detect the m3u8 playlist.".

Extension Screenshots

screenshot

Download M3U8 Detector Extension CRX File

Download M3U8 Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name M3U8 Detector M3U8 Detector
ID imbabaijcneibeplkllcbbiejopiocek
Official URL https://chrome.google.com/webstore/detail/m3u8-detector/imbabaijcneibeplkllcbbiejopiocek
Description Detect the m3u8 playlist.
File Size 49 KB
Installation Count 965
Current Version 1.0.0
Last Updated 2019-03-31
Publish Date 2019-03-28
Rating 2.67/5 Total 3 Ratings
Developer Masaru
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}