M3U8 Helper

Helping you download videos.

M3U8 Helperとは何ですか?

M3U8 Helperはhttps://m3u8.devによって開発されたChromeの拡張機能で、その主な機能は「Helping you download videos.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Facilitating the discovery of resource URLs without the need for programming knowledge, thanks to the utilization of this tool.                    

拡張機能の基本情報

名前 M3U8 Helper M3U8 Helper
ID lhcifigikkjgcpddekjgcpgfdoieckal
公式URL https://chromewebstore.google.com/detail/m3u8-helper/lhcifigikkjgcpddekjgcpgfdoieckal
説明 Helping you download videos.
ファイルサイズ 352 KB
インストール数 2,257
現在のバージョン 0.1.2
最終更新日 2023-10-18
公開日 2023-06-24
評価 3.00/5 合計 4 レビュー
開発者 https://m3u8.dev
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://code4you.dev/privacy.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "M3U8 Helper",
    "description": "Helping you download videos.",
    "version": "0.1.2",
    "icons": {
        "16": "icon\/16.png",
        "19": "icon\/19.png",
        "32": "icon\/32.png",
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    }
}