Photo Downloader

Download photo from web pages via Photo Downloader.

What is Photo Downloader?

Photo Downloader is a Chrome extension developed by yesforword, and its main feature is "Download photo from web pages via Photo Downloader.".

Extension Screenshots

screenshot

Download Photo Downloader Extension CRX File

Download Photo Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
Official URL https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
Description Download photo from web pages via Photo Downloader.
File Size 103 KB
Installation Count 2,721
Current Version 1.2.2
Last Updated 2023-01-21
Publish Date 2021-01-20
Rating 3.69/5 Total 26 Ratings
Developer yesforword
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.smart-finder.net/privacy.html
Supported Languages 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"
    ]
}