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 |
公式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 |
Eメール | [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": [ "*:\/\/*\/*", " |