Image Downloader

Download any image on your website page in one click!

Apa itu Image Downloader?

Image Downloader adalah ekstensi Chrome yang dikembangkan oleh tiffanycheck.check, dan fitur utamanya adalah "Download any image on your website page in one click!".

Screenshot Ekstensi

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

                        The extension gives the user the option to download images in different formats: PNG, JPG, SVG, WEBP                    

Informasi Dasar Ekstensi

Nama Image Downloader Image Downloader
ID fnelomgkbbanddlflhgphgkijfeoehfb
URL Resmi https://chrome.google.com/webstore/detail/image-downloader/fnelomgkbbanddlflhgphgkijfeoehfb
Deskripsi Download any image on your website page in one click!
Ukuran File 19.54 KB
Jumlah Instalasi 3,519
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-12-05
Tanggal Publikasi 2022-11-28
Pengembang tiffanycheck.check
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://home.xcxologyda.xyz/
URL Halaman Bantuan https://home.xcxologyda.xyz/contact.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Image Downloader",
        "default_popup": "popup.html"
    },
    "description": "Download any image on your website page in one click!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Image Downloader",
    "version": "1.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}