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
Eメール [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"
    ]
}