Photo Downloader

Download photo from web pages via Photo Downloader.

Apa itu Photo Downloader?

Photo Downloader adalah ekstensi Chrome yang dikembangkan oleh yesforword, dan fitur utamanya adalah "Download photo from web pages via Photo Downloader.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Photo Downloader

Unduh file ekstensi Photo 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

                        Photo Downloader is professional app for downloading images.

This picture downloader is able donwload photos from any websites, Instagram or YouTube video previews.

Just click to the icon of extension on the current website.                    

Informasi Dasar Ekstensi

Nama Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
URL Resmi https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
Deskripsi Download photo from web pages via Photo Downloader.
Ukuran File 103 KB
Jumlah Instalasi 2,721
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2023-01-21
Tanggal Publikasi 2021-01-20
Penilaian 3.69/5 Total 26 Penilaian
Pengembang yesforword
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.smart-finder.net/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "name": "Photo Downloader",
    "description": "Download photo from web pages via Photo Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}