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