Fatkun Batch Download Image

An useful image batch download extension.You can filter by resolution or link.

ما هو Fatkun Batch Download Image؟

Fatkun Batch Download Image هو إضافة Chrome تم تطويرها بواسطة fatkun، والميزة الرئيسية لها هي "An useful image batch download extension.You can filter by resolution or link.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Fatkun Batch Download Image

قم بتنزيل ملفات الامتداد Fatkun Batch Download Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Download all pictures on the page with one click, support all websites
Some websites support automatic resolution into high-definition large images, and we will continue to add them according to user needs
Smart scripts automatically filter the pictures users need, such as e-commerce pictures, automatically filter the main picture, SKU picture, and detailed picture, and display them in categories. Supported websites are constantly being updated.                    

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

الاسم Fatkun Batch Download Image Fatkun Batch Download Image
ID nnjjahlikiabnchcpehcpkdeckfgnohf
عنوان URL الرسمي https://chromewebstore.google.com/detail/fatkun-batch-download-ima/nnjjahlikiabnchcpehcpkdeckfgnohf
الوصف An useful image batch download extension.You can filter by resolution or link.
حجم الملف 2.16 MB
عدد التثبيتات 800,000
النسخة الحالية 5.12.11
آخر تحديث 2023-12-04
تاريخ النشر 2020-03-28
تقييم 4.25/5 مجموع تقييمات 2783
المطور fatkun
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://static.f7tk.com/privacy.html
اللغات المدعومة id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_default_title__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/constants.js",
                "js\/runAtStart.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/initCt.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "css": [
                "css\/content.css",
                "css\/droppanel.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nnjjahlikiabnchcpehcpkdeckfgnohf",
    "icons": {
        "32": "icon-small.png",
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_default_title__",
    "offline_enabled": true,
    "options_page": "settings\/settings.html",
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "web_accessible_resources": [
        "img\/*",
        "icon.png",
        "icon-small.png",
        "lib\/*",
        "lib\/**\/*",
        "**\/*.html"
    ],
    "version": "5.12.11"
}