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 |
| Eメール | [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"
} | |