Amazon Image Downloader

Download images from Amazon

Amazon Image Downloaderคืออะไร?

Amazon Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย linhnn.developer และคุณลักษณะหลักของมันคือ "Download images from Amazon"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Amazon Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Key Functions: 
- Download images from Amazon with only one click, 
- Copy image's URL from Amazon
- Download images as Zip file

We support for the websites Amazon .(com | in | es | com.au | ca | de | fr | co.uk | it )

Extension help your work faster and easier!
For any support, please contact me via email: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon Image Downloader Amazon Image Downloader
ID oalmhfogblggbhjlllknlafhigpdaejk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-image-downloader/oalmhfogblggbhjlllknlafhigpdaejk
คำอธิบาย Download images from Amazon
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-12-26
วันที่เผยแพร่ 2022-12-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา linhnn.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://malitool.com/
URL หน้านโยบายความเป็นส่วนตัว http://malitool.com/amazon-image-downloader-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Image Downloader",
    "description": "Download images from Amazon",
    "version": "1.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/url.png",
                "images\/download.png",
                "images\/multil.png",
                "images\/zip.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/lib\/jquery.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "options_page": "options.html"
}