M3u8Player

Let you feel immersed when watching the video

M3u8Player란 무엇입니까?

M3u8Player은(는) Yikai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let you feel immersed when watching the video"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        本插件主要用於學術研究, 使用上較繁瑣, 若有需求可參考本人開發的另一個插件: 劇院模式看影片v2
只要輸入指定格式的網址即可播放影片
Only need to specify the url and you will be able to watch the video which is in m3u8 format
Format: chrome-extension://fmacdkmnbldcfhojkmbkfpncbjnjkfbc/html/Player.html#[m3u8 file path]
Ex: chrome-extension://fmacdkmnbldcfhojkmbkfpncbjnjkfbc/html/Player.html#https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8

更新日誌(Update Log):
[2023/12/14, v2.0.0]因為Google政策改變,調整程式以符合最新要求                    

확장 프로그램 기본 정보

이름 M3u8Player M3u8Player
ID fmacdkmnbldcfhojkmbkfpncbjnjkfbc
공식 URL https://chromewebstore.google.com/detail/m3u8player/fmacdkmnbldcfhojkmbkfpncbjnjkfbc
설명 Let you feel immersed when watching the video
파일 크기 236 KB
설치 횟수 4,000
현재 버전 2.0.0
최근 업데이트 2023-12-14
출시 날짜 2019-10-02
평점 3.00/5 총 1 개의 평점
개발자 Yikai
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "zh_TW",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "icons": {
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/service-worker.js"
    },
    "action": {
        "default_icon": ".\/images\/icon128.png",
        "default_title": "__MSG_default_title__"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}