Photo Downloader

Download photo from web pages via Photo Downloader.

Wat is Photo Downloader?

Photo Downloader is een Chrome-extensie ontwikkeld door yesforword, en de belangrijkste functie is "Download photo from web pages via Photo Downloader.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Photo Downloader

Download Photo Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
Officiële URL https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
Beschrijving Download photo from web pages via Photo Downloader.
Bestandsgrootte 103 KB
Aantal Installaties 2,721
Huidige Versie 1.2.2
Laatst Bijgewerkt 2023-01-21
Publicatiedatum 2021-01-20
Beoordeling 3.69/5 Totaal 26 Beoordelingen
Ontwikkelaar yesforword
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.smart-finder.net/privacy.html
Ondersteunde Talen 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"
    ]
}