cat-catch
Web media sniffing tool
cat-catch란 무엇입니까?
cat-catch은(는) https://bmmmd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web media sniffing tool"입니다.
확장 프로그램 스크린샷
cat-catch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A music/video address display tool... For issue submissions, update logs, and discussions, please go to Github https://github.com/xifangczy/cat-catch Document description: https://o2bmm.gitbook.io/cat-catch/ The extension is not responsible for content downloaded by users, so please check the copyright and permissions of the content before downloading.
확장 프로그램 기본 정보
이름 | cat-catch |
ID | jfedfbgedapdagkghmgibemcoggfppbb |
공식 URL | https://chromewebstore.google.com/detail/cat-catch/jfedfbgedapdagkghmgibemcoggfppbb |
설명 | Web media sniffing tool |
파일 크기 | 346 KB |
설치 횟수 | 319,769 |
현재 버전 | 2.5.1 |
최근 업데이트 | 2024-03-03 |
출시 날짜 | 2018-06-01 |
평점 | 4.70/5 총 422 개의 평점 |
개발자 | https://bmmmd.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://o2bmm.gitbook.io/cat-catch/ |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/icon.png", "default_title": "__MSG_catCatch__", "default_popup": "popup.html" }, "description": "__MSG_description__", "icons": { "64": "img\/icon.png", "128": "img\/icon128.png" }, "manifest_version": 3, "minimum_chrome_version": "93", "name": "__MSG_catCatch__", "homepage_url": "https:\/\/github.com\/xifangczy\/cat-catch", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "webRequest", "downloads", "storage", "webNavigation", "alarms", "declarativeNetRequest", "scripting" ], "commands": { "_execute_action": [], "enable": { "description": "__MSG_pause__ \/ __MSG_enable__" }, "auto_down": { "description": "__MSG_autoDownload__" }, "catch": { "description": "__MSG_cacheCapture__" }, "m3u8": { "description": "__MSG_m3u8Parser__" }, "clear": { "description": "__MSG_clear__" } }, "host_permissions": [ "*:\/\/*\/*", " |