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 ที่พัฒนาโดย laegorova1995 และคุณลักษณะหลักของมันคือ "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 อย่างง่ายดาย

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

                        All image formats support PNG, JPEG, SVG, etc.
What expansion can do:
 download pictures, free images, stock photos, image from url
 support PNG, JPEG, SVG
Download all images from a website!
Photo downloader is absolutely free.
How it works
 
 Click to the icon on current webpage. 
 And you can start download pictures.                    

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

ชื่อ Image Photo Downloader Image Photo Downloader
ID gjbkejgdgaihjdacichaebfahecimjpl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/image-photo-downloader/gjbkejgdgaihjdacichaebfahecimjpl
คำอธิบาย Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
ขนาดไฟล์ 83.87 KB
จำนวนการติดตั้ง 1,156
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-03-24
วันที่เผยแพร่ 2021-03-24
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา laegorova1995
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://teletype.in/@prpolicyi/FjUb-gNyby9
ภาษาที่รองรับ 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",
    "manifest_version": 2,
    "name": "Image Photo Downloader",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.",
    "author": "CONOR",
    "minimum_chrome_version": "31",
    "incognito": "split",
    "browser_action": {
        "default_icon": "assets\/icon48.png",
        "default_title": "Image Photo Downloader",
        "default_popup": "views\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/defaults.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "downloads",
        ""
    ],
    "options_page": "views\/options.html",
    "options_ui": {
        "page": "views\/options.html"
    }
}