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 |
官方URL | 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" } } |