M3U8 Detector

Detect the m3u8 playlist.

M3U8 Detectorとは何ですか?

M3U8 DetectorはMasaruによって開発されたChromeの拡張機能で、その主な機能は「Detect the m3u8 playlist.」です。

拡張機能のスクリーンショット

screenshot

M3U8 Detector拡張機能のCRXファイルをダウンロード

M3U8 Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 M3U8 Detector M3U8 Detector
ID imbabaijcneibeplkllcbbiejopiocek
公式URL https://chrome.google.com/webstore/detail/m3u8-detector/imbabaijcneibeplkllcbbiejopiocek
説明 Detect the m3u8 playlist.
ファイルサイズ 49 KB
インストール数 965
現在のバージョン 1.0.0
最終更新日 2019-03-31
公開日 2019-03-28
評価 2.67/5 合計 3 レビュー
開発者 Masaru
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}