M3U8 finder and HLS player
It opens a new tab on a video player
什麼是M3U8 finder and HLS player?
M3U8 finder and HLS player是由https://www.reloltv.com開發的Chrome擴展程式,該擴展的主要功能是“It opens a new tab on a video player”。
擴展截圖
下載M3U8 finder and HLS player擴展crx文件
下載M3U8 finder and HLS player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clicking on the extension icon will let you play any m3u8 embedded as a video html element in the current page 擴展基本資訊
| 名稱 | |
| ID | gijhpnmjcpbddpedmmdihijogkkejfgj |
| 官方網址 | https://chromewebstore.google.com/detail/m3u8-finder-and-hls-playe/gijhpnmjcpbddpedmmdihijogkkejfgj |
| 簡介 | It opens a new tab on a video player |
| 檔案大小 | 2.18 MB |
| 安裝次數 | 23,928 |
| 目前版本 | 1.1 |
| 更新時間 | 2020-12-11 |
| 上架時間 | 2020-12-10 |
| 評分 | 4.55/5 共 22 次評分 |
| 開發者 | https://www.reloltv.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.reloltv.com/ |
| 隱私政策頁面URL | http://www.justas.biz/privacypolicy.htm |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "M3U8 finder and HLS player",
"description": "It opens a new tab on a video player",
"version": "1.1",
"offline_enabled": true,
"icons": {
"32": "img\/icon32.png",
"128": "img\/icon128.png"
},
"options_ui": {
"chrome_style": true,
"page": "m3u8_options.html"
},
"background": {
"scripts": [
"background.js",
"event.js",
"global.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "img\/icon128.png",
"default_popup": "m3u8.html"
},
"permissions": [
"activeTab",
" | |