cat-catch
Web media sniffing tool
什麼是cat-catch?
cat-catch是由https://bmmmd.com開發的Chrome擴展程式,該擴展的主要功能是“Web media sniffing tool”。
擴展截圖
下載cat-catch擴展crx文件
下載cat-catch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ "*:\/\/*\/*", " |