Picture Downloader

Picture Downloader. Browse and save - image downloader on webpages.

Cos'è Picture Downloader?

Picture Downloader è un'estensione di Chrome sviluppata da Picture Downloader, e la sua funzione principale è "Picture Downloader. Browse and save - image downloader on webpages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Picture Downloader

Scarica i file di estensione Picture 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

                        Picture Downloader is useful tool for displaying, browsing and downloading photos from any webpages.

* Finds pictures on any websites.
* The size of each image is displayed.
* Image download to your hard disk.

How it works
************
* Click to the icon on current webpage. 
* Here you can start downloading.

Fast and professional Picture Downloader for all users.                    

Informazioni di Base sull'Estensione

Nome Picture Downloader Picture Downloader
ID kokbcpaapofnbifgdlmokekjphgdlphp
URL Ufficiale https://chrome.google.com/webstore/detail/picture-downloader/kokbcpaapofnbifgdlmokekjphgdlphp
Descrizione Picture Downloader. Browse and save - image downloader on webpages.
Dimensione del File 91.22 KB
Conteggio Installazioni 8,193
Versione Corrente 1.2.2
Ultimo Aggiornamento 2022-11-27
Data di Pubblicazione 2020-03-11
Valutazione 2.79/5 Totale 29 Valutazioni
Sviluppatore Picture Downloader
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "name": "Picture Downloader",
    "description": "Picture Downloader. Browse and save - image downloader on webpages.",
    "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": [
        "activeTab",
        "",
        "downloads"
    ]
}