Photo Downloader

Download photo from web pages via Photo Downloader.

Photo Downloaderคืออะไร?

Photo Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yesforword และคุณลักษณะหลักของมันคือ "Download photo from web pages via Photo Downloader."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photo Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}