cat-catch

Web media sniffing tool

ما هو cat-catch؟

cat-catch هو إضافة Chrome تم تطويرها بواسطة https://bmmmd.com، والميزة الرئيسية لها هي "Web media sniffing tool".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة cat-catch

قم بتنزيل ملفات الامتداد cat-catch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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": [
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "catch-script\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "version": "2.5.1"
}