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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |