M3U8 Detector
Detect the m3u8 playlist.
什麼是M3U8 Detector?
M3U8 Detector是由Masaru開發的Chrome擴展程式,該擴展的主要功能是“Detect the m3u8 playlist.”。
擴展截圖
下載M3U8 Detector擴展crx文件
下載M3U8 Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Detect the m3u8 playlist in the contents rendered in the browser. 擴展基本資訊
| 名稱 | |
| ID | imbabaijcneibeplkllcbbiejopiocek |
| 官方網址 | https://chrome.google.com/webstore/detail/m3u8-detector/imbabaijcneibeplkllcbbiejopiocek |
| 簡介 | Detect the m3u8 playlist. |
| 檔案大小 | 49 KB |
| 安裝次數 | 965 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2019-03-31 |
| 上架時間 | 2019-03-28 |
| 評分 | 2.67/5 共 3 次評分 |
| 開發者 | Masaru |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "M3U8 Detector",
"version": "1.0.0",
"description": "Detect the m3u8 playlist.",
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"permissions": [
"webRequest",
"*:\/\/*\/*.m3u8"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_title": "M3U8 Detector",
"default_popup": "popup.html"
}
} | |