Fatkun Batch Download Image

Download pictures in batches.

Fatkun Batch Download Imageคืออะไร?

Fatkun Batch Download Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fatkun และคุณลักษณะหลักของมันคือ "Download pictures in batches."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fatkun Batch Download Image

ดาวน์โหลดไฟล์ส่วนขยาย Fatkun Batch Download Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 efcapamiilmdfbbilogcddbdckjhpajj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fatkun-batch-download-ima/efcapamiilmdfbbilogcddbdckjhpajj
คำอธิบาย Download pictures in batches.
ขนาดไฟล์ 2.02 MB
จำนวนการติดตั้ง 203,570
เวอร์ชันปัจจุบัน 10.4.4
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2020-06-22
คะแนน 3.76/5 รวมทั้งหมด 121 คะแนน
ผู้พัฒนา fatkun
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://static.f7tk.com/privacy.html
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_ext_description__",
    "version": "10.4.4",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "options_page": "options.html",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css",
                "droppanel.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "ct.bundle.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "downloads",
        "scripting",
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "commands": {
        "CMD_DOWNLOAD_CURRENT_TAB": {
            "suggested_key": "Alt+Z",
            "description": "__MSG_key_dl_current_tab__"
        },
        "CMD_DOWNLOAD_ALL_TABS": {
            "suggested_key": "Alt+X",
            "description": "__MSG_key_dl_all_tabs__"
        },
        "CMD_OUTPUT_DOWNLOAD": {
            "suggested_key": "Alt+S",
            "description": "__MSG_key_dl__"
        },
        "CMD_OUTPUT_SELECT_ALL": {
            "description": "__MSG_key_select_all__"
        },
        "CMD_OUTPUT_SELECT_TOGGLE": {
            "description": "__MSG_key_select_toggle__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}