Live cat
Extension is looking for HLS and DASH videos
什么是Live cat?
Live cat是由http://mediatools.cc开发的Chrome扩展程序,该扩展的主要功能是“Extension is looking for HLS and DASH videos”。
扩展截图
下载Live cat扩展crx文件
下载Live cat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension show you links to live streams when you are watching it and let you to download it in MP4 in selected quality.
扩展基本信息
名称 | |
ID | cofmpiaddiioohphmmgjnbcpfoiknnkh |
官方URL | https://chrome.google.com/webstore/detail/live-cat/cofmpiaddiioohphmmgjnbcpfoiknnkh |
简介 | Extension is looking for HLS and DASH videos |
文件大小 | 447 KB |
安装次数 | 115,458 |
当前版本 | 1.23.2 |
更新时间 | 2023-05-08 |
上架时间 | 2020-05-20 |
评分 | 4.31/5 共78次评分 |
开发者 | http://mediatools.cc |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "109", "action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "webRequest", "tabs", "power", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mediatools.cc\/*", "https:\/\/*.mediatools.cc\/*", "https:\/\/mediatools.rndnm.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js" }, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.23.2" } |