Fat cat picture batch download

Find all images for the current page and batch download

ما هو Fat cat picture batch download؟

Fat cat picture batch download هو إضافة Chrome تم تطويرها بواسطة https://cxpcx.com، والميزة الرئيسية لها هي "Find all images for the current page and batch download".

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

screenshot

تحميل ملف CRX للإضافة Fat cat picture batch download

قم بتنزيل ملفات الامتداد Fat cat picture batch download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get web page all images and batch download images                    

معلومات أساسية عن التمديد

الاسم Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
عنوان URL الرسمي https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
الوصف Find all images for the current page and batch download
حجم الملف 344 KB
عدد التثبيتات 494
النسخة الحالية 1.2.5
آخر تحديث 2023-10-18
تاريخ النشر 2022-11-24
تقييم 4.00/5 مجموع تقييمات 3
المطور https://cxpcx.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://pictureknow.com/protocol
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.2.5",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/heart_beat_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "proxy",
        "management",
        "declarativeNetRequest",
        "downloads",
        "webRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "bilibili-video",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}