cat-catch
Web media sniffing tool
cat-catch क्या है?
cat-catch https://bmmmd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web media sniffing tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में cat-catch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ "*:\/\/*\/*", " |