M3U8 Helper

Helping you download videos.

M3U8 Helper란 무엇입니까?

M3U8 Helper은(는) https://m3u8.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helping you download videos."입니다.

확장 프로그램 스크린샷

screenshot

M3U8 Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}