Photo Downloader

Download photo from web pages via Photo Downloader.

Photo Downloader là gì?

Photo Downloader là một tiện ích mở rộng Chrome được phát triển bởi yesforword, và tính năng chính của nó là "Download photo from web pages via Photo Downloader.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Photo Downloader

Tải xuống các tệp mở rộng Photo Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
URL Chính Thức https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
Mô tả Download photo from web pages via Photo Downloader.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 2,721
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2023-01-21
Ngày Phát Hành 2021-01-20
Đánh Giá 3.69/5 Tổng số 26 Đánh Giá
Nhà Phát Triển yesforword
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.smart-finder.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}