M3u8Player

Let you feel immersed when watching the video

Qu'est-ce que M3u8Player ?

M3u8Player est une extension Chrome développée par Yikai, et sa fonction principale est "Let you feel immersed when watching the video".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension M3u8Player

Téléchargez les fichiers d'extension M3u8Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        本插件主要用於學術研究, 使用上較繁瑣, 若有需求可參考本人開發的另一個插件: 劇院模式看影片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政策改變,調整程式以符合最新要求                    

Informations de Base sur l'Extension

Nom M3u8Player M3u8Player
ID fmacdkmnbldcfhojkmbkfpncbjnjkfbc
URL Officiel https://chromewebstore.google.com/detail/m3u8player/fmacdkmnbldcfhojkmbkfpncbjnjkfbc
Description Let you feel immersed when watching the video
Taille du Fichier 236 KB
Nombre d'Installations 4,000
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-12-14
Date de Publication 2019-10-02
Évaluation 3.00/5 Total 1 Évaluations
Développeur Yikai
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}