Image Photo Downloader

Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.

Image Photo Downloader là gì?

Image Photo Downloader là một tiện ích mở rộng Chrome được phát triển bởi ribeca_al, và tính năng chính của nó là "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Photo Downloader

Tải xuống các tệp mở rộng Image Photo Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get all images from a web page
✔️Can download:
-all images on a web page in one go from
photo gallery (e.g. Flickr), social networks (e.g. Facebook) and Google Image Search.
-s hd 4k wallpaper mobile
-instagram photo
✔️Find tons of pictures for the topic you want
✔️Image downloader is absolutely free.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Photo Downloader Image Photo Downloader
ID oiegmjnjcjanadhmfebiafogkhmlfllm
URL Chính Thức https://chrome.google.com/webstore/detail/image-photo-downloader/oiegmjnjcjanadhmfebiafogkhmlfllm
Mô tả Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
Kích Thước Tệp 301 KB
Số Lần Cài Đặt 39,756
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2022-02-22
Ngày Phát Hành 2020-02-04
Đánh Giá 3.29/5 Tổng số 31 Đánh Giá
Nhà Phát Triển ribeca_al
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://teletype.in/@prpolicy/HyOZBO6ZU
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Photo Downloader",
    "description": "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.",
    "version": "1.8",
    "default_locale": "en",
    "minimum_chrome_version": "72",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_128.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "options_page": "\/src\/Options\/index.html",
    "background": {
        "persistent": true,
        "scripts": [
            "\/src\/background\/downloadImages.js",
            "\/src\/background\/handleUpdates.js",
            "jess.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}