cat-catch
Web media sniffing tool
cat-catchคืออะไร?
cat-catch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bmmmd.com และคุณลักษณะหลักของมันคือ "Web media sniffing tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย cat-catch
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [ "*:\/\/*\/*", " |