Photo Downloader

Download photo from web pages via Photo Downloader.

Cos'è Photo Downloader?

Photo Downloader è un'estensione di Chrome sviluppata da yesforword, e la sua funzione principale è "Download photo from web pages via Photo Downloader.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Photo Downloader

Scarica i file di estensione Photo Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
URL Ufficiale https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
Descrizione Download photo from web pages via Photo Downloader.
Dimensione del File 103 KB
Conteggio Installazioni 2,721
Versione Corrente 1.2.2
Ultimo Aggiornamento 2023-01-21
Data di Pubblicazione 2021-01-20
Valutazione 3.69/5 Totale 26 Valutazioni
Sviluppatore yesforword
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.smart-finder.net/privacy.html
Lingue Supportate 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"
    ]
}