Photo Downloader

Download photo from web pages via Photo Downloader.

什么是Photo Downloader?

Photo Downloader是由yesforword开发的Chrome扩展程序,该扩展的主要功能是“Download photo from web pages via Photo Downloader.”。

扩展截图

screenshot

下载Photo Downloader扩展crx文件

下载Photo Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
官方URL https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
简介 Download photo from web pages via Photo Downloader.
文件大小 103 KB
安装次数 2,721
当前版本 1.2.2
更新时间 2023-01-21
上架时间 2021-01-20
评分 3.69/5 共26次评分
开发者 yesforword
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.smart-finder.net/privacy.html
支持的语言 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"
    ]
}