Image downloader

Image Downloader seeks and helps to download all the images from the web pages. Even those images which are hidden from view.

Apa itu Image downloader?

Image downloader adalah ekstensi Chrome yang dikembangkan oleh Image Downloader, dan fitur utamanya adalah "Image Downloader seeks and helps to download all the images from the web pages. Even those images which are hidden from view.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Image downloader

Unduh file ekstensi Image downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Image Downloader displays a thumbnail of each image found on the page, with the option to download all of them or just a selection. It is convenient to use if you want to download all images, as it only takes two clicks. First, click the extension's icon and then the download button in the pop-up that opens.

Of course, you can right-click on the images you want to download and choose the save option or pull them from your browser cache where they will automatically appear when you view them in your browser.

Imagine a page with 40 images that you want to download. Instead of right-clicking multiple times, saving an entire page or fetching images from the browser cache, you can use an extension like Image Downloader to speed things up significantly. 

It's much more convenient to use an extension that automates the download process for you! 

What other useful features do the image downloader have?

☑︎ See images that the page contains and links to
☑︎ Filter them by width, height, and URL
☑︎ Optionally show only images from links
☑︎ Select images to download by clicking on the image
☑︎ Use dedicated buttons to open individual images in new tabs
☑︎ Supporting all principal websites (Instagram, Facebook, Twitter, Pinterest) and many more

Privacy Policy:
We do not collect, store, use, transfer or sell your personal information. In addition, we do not monitor your behavior on the Internet, do not monitor your actions and do not collect web pages that you visit.                    

Informasi Dasar Ekstensi

Nama Image downloader Image downloader
ID kdbfjpagopjjaiofmgodphiklmjhcnok
URL Resmi https://chrome.google.com/webstore/detail/image-downloader/kdbfjpagopjjaiofmgodphiklmjhcnok
Deskripsi Image Downloader seeks and helps to download all the images from the web pages. Even those images which are hidden from view.
Ukuran File 701 KB
Jumlah Instalasi 200,000
Versi Saat Ini 0.1.24
Terakhir Diperbarui 2022-07-23
Tanggal Publikasi 2021-02-14
Penilaian 4.10/5 Total 199 Penilaian
Pengembang Image Downloader
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://image-downloader.net/privacy_policy.html
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,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",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content-sidebar.css",
                "css\/chunk-common.css",
                "css\/sidebar.css"
            ],
            "js": [
                "js\/content-sidebar.js",
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/sidebar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/images-observer.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/image-downloader\/kdbfjpagopjjaiofmgodphiklmjhcnok\/reviews",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "",
        "downloads",
        "webRequestBlocking",
        "webRequest",
        "storage"
    ],
    "version": "0.1.24"
}