Image Downloader - Save photos and pictures

Find, choose and download images you need from any web pages or select all to bulk image download.

Image Downloader - Save photos and picturesคืออะไร?

Image Downloader - Save photos and pictures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Image Loader และคุณลักษณะหลักของมันคือ "Find, choose and download images you need from any web pages or select all to bulk image download."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Downloader - Save photos and pictures

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

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

                        The advanced Image Downloader from Chrome allows users to select files in different formats for further downloading them in order to collect their own list of interesting images. It's a free tool that works without registrations and sign ups. Just make a few clicks and here you go! Images will be saved to your PC in seconds.

A powerful picture download extension that gives you fast and convenient access to all images on any web page. Just click and download image on popular web sites such us Instagram, Facebook, Pinterest and also on others sites, simple as that!

You can now with this Image downloader click on a single image to download or click on the - Select All - button to select and download all images at once. Alternatively, you can select a single image to download. 

Now you can download all the images you might ever need. Every image format can be downloaded by this extension. Our new application doesn't weigh a lot but simply does the job. Don't wait and install brand new extension and you'll get something special.

After installing this powerful Photo Downloader extension you will see a great improvement. You won't find a better tool to simplify the process than our new Image Downloader application.

Help us to improve our product and leave a comment or request. Also don't forget to share it with your friends.                    

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

ชื่อ Image Downloader - Save photos and pictures Image Downloader - Save photos and pictures
ID lbohagbplppjcpllnhdichjldhfgkicb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-downloader-save-pho/lbohagbplppjcpllnhdichjldhfgkicb
คำอธิบาย Find, choose and download images you need from any web pages or select all to bulk image download.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 1,535,634
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2021-10-11
คะแนน 4.76/5 รวมทั้งหมด 2144 คะแนน
ผู้พัฒนา Image Loader
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://images-saver.com/privacy-policy.html
ภาษาที่รองรับ en,vi,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "downloads",
        "scripting",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "icons": {
        "128": "assets\/icon128.png"
    }
}