Image Photo Downloader

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

Image Photo Downloaderคืออะไร?

Image Photo Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ribeca_al และคุณลักษณะหลักของมันคือ "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Photo Downloader

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

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

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Photo Downloader Image Photo Downloader
ID oiegmjnjcjanadhmfebiafogkhmlfllm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/image-photo-downloader/oiegmjnjcjanadhmfebiafogkhmlfllm
คำอธิบาย Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
ขนาดไฟล์ 301 KB
จำนวนการติดตั้ง 39,756
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2022-02-22
วันที่เผยแพร่ 2020-02-04
คะแนน 3.29/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา ribeca_al
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://teletype.in/@prpolicy/HyOZBO6ZU
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}