Fatkun Batch Download Image

Download pictures in batches.

Co to jest Fatkun Batch Download Image?

Fatkun Batch Download Image to rozszerzenie Chrome opracowane przez fatkun, a jego główną funkcją jest „Download pictures in batches.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fatkun Batch Download Image

Pobierz pliki rozszerzeń Fatkun Batch Download Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fatkun Batch Download Image Fatkun Batch Download Image
ID gjnbhjpcpiegmooelafaphjciekfindc
Oficjalny URL https://chromewebstore.google.com/detail/fatkun-batch-download-ima/gjnbhjpcpiegmooelafaphjciekfindc
Opis Download pictures in batches.
Rozmiar pliku 2 MB
Liczba instalacji 10,000
Aktualna Wersja 1.4.4
Ostatnia Aktualizacja 2024-01-13
Data Publikacji 2023-11-15
Ocena 4.31/5 Łącznie 16 Oceny
Deweloper fatkun
Typ Płatności free
Adres URL Strony Polityki Prywatności https://static.f7tk.com/privacy.html
Obsługiwane Języki en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_ext_description__",
    "version": "1.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"
        }
    ],
    "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": [
                "content.styles.css",
                "icon-small.png",
                "icon.png",
                "aiscripts\/*",
                "scriptMain.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}