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
官方網址 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"
    ]
}