M3u8Player
Let you feel immersed when watching the video
M3u8Playerとは何ですか?
M3u8PlayerはYikaiによって開発されたChromeの拡張機能で、その主な機能は「Let you feel immersed when watching the video」です。
拡張機能のスクリーンショット
M3u8Player拡張機能のCRXファイルをダウンロード
M3u8Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
本插件主要用於學術研究, 使用上較繁瑣, 若有需求可參考本人開發的另一個插件: 劇院模式看影片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政策改變,調整程式以符合最新要求 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
"*:\/\/*\/*"
]
} | |