Full Image Downloader - Download all images

Filter by size, proper file names. Image downloader supports PNG GIF JPG, SVG files. Download images in one click.

Что такое Full Image Downloader - Download all images?

Full Image Downloader - Download all images - это расширение Chrome, разработанное https://where-to-buy.net, и его основная функция - "Filter by size, proper file names. Image downloader supports PNG GIF JPG, SVG files. Download images in one click.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Full Image Downloader - Download all images

Скачайте файлы расширений Full Image Downloader - Download all images в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Full Image Downloader, in a nutshell, it detects images from websites and allows you to download them to your computer. Depending on your settings, it also performs other functions.

🔥🔥🔥 Full Image Downloader Supported File Types 🔥🔥🔥

✔️ JPEG
✔️ PNG
✔️ JPG
✔️ GIF
✔️ SVG
✔️ JFIF
✔️ PJPEG
✔️ PJP
✔️ ICO
✔️ CUR
✔️ APNG

🔥🔥🔥 File Sizes Supported by Full Image Downloader🔥🔥🔥

🗸 Small
🗸 Medium
🗸 Large

It's your turn Full Image Downloader, don't forget to vote. 😊😊

You can reach Full Image Downloader from the mail "[email protected]" on the side.                    

Основная информация о расширении

Название Full Image Downloader - Download all images Full Image Downloader - Download all images
ID obfhlkjmacpckmfpckkphgbdffajefjc
Официальный URL https://chromewebstore.google.com/detail/full-image-downloader-dow/obfhlkjmacpckmfpckkphgbdffajefjc
Описание Filter by size, proper file names. Image downloader supports PNG GIF JPG, SVG files. Download images in one click.
Размер файла 146 KB
Количество установок 450
Текущая Версия 0.0.1
Последнее Обновление 2023-03-14
Дата публикации 2023-03-14
Рейтинг 4.20/5 Всего 5 оценок
Разработчик https://where-to-buy.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://where-to-buy.net/
URL страницы помощи https://where-to-buy.net/contact/
URL страницы политики конфиденциальности https://where-to-buy.net/privacy-policy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "24": "\/icons\/icon-24.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "64": "\/icons\/icon-64.png",
        "96": "\/icons\/icon-96.png",
        "128": "\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ]
}