Fatkun Batch Download Image

Download pictures in batches.

Qu'est-ce que Fatkun Batch Download Image ?

Fatkun Batch Download Image est une extension Chrome développée par fatkun, et sa fonction principale est "Download pictures in batches.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fatkun Batch Download Image

Téléchargez les fichiers d'extension Fatkun Batch Download Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fatkun Batch Download Image Fatkun Batch Download Image
ID efcapamiilmdfbbilogcddbdckjhpajj
URL Officiel https://chromewebstore.google.com/detail/fatkun-batch-download-ima/efcapamiilmdfbbilogcddbdckjhpajj
Description Download pictures in batches.
Taille du Fichier 2.02 MB
Nombre d'Installations 203,570
Version Actuelle 10.4.4
Dernière Mise à Jour 2024-01-11
Date de Publication 2020-06-22
Évaluation 3.76/5 Total 121 Évaluations
Développeur fatkun
Type de Paiement free
URL de la Page de Politique de Confidentialité https://static.f7tk.com/privacy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}