Amazon Image Downloader & Editor

#1 Product Image Downloader and Editor for Amazon with Video Downloader!

Cos'è Amazon Image Downloader & Editor?

Amazon Image Downloader & Editor è un'estensione di Chrome sviluppata da https://saxsos.xyz, e la sua funzione principale è "#1 Product Image Downloader and Editor for Amazon with Video Downloader!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Amazon Image Downloader & Editor

Scarica i file di estensione Amazon Image Downloader & Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Amazon Image Downloader & Editor tool will help you to edit product images and download them from Amazon with single click.

This is one of the best tool for your dropshipping and affiliate business beacuse It will save a lot of your time so you can focus on your business more.
One Click: Download Amazon Product Images & Description for Your Drop shipping business.

▬▬▬▬ GETTING STARTED ▬▬▬▬▬
1. Install the extension by clicking the “Add to chrome” button.
2. Open an Amazon product page.
3. Click on Download button from below product images.
4. Done

▬▬▬▬▬ FEATURES ▬▬▬▬▬
- Free to Install
- It will help you to download product images from Amazon.
- You can edit images easily with image editor.
- It will also help you to download product description with images.

▬▬▬▬▬ FAQ ▬▬▬▬▬
How to Download Product Images from Amazon with this Extension?
Just install the extension and on every Product page, it will automatically show download options for your images and description. Click on it to download images. 

Can I Download Product Video from Amazon?
Yes. You can donwload product videos from Amazon product pages with this tool.

Does Amazon Image Downloader & Editor Coupon Extension help to edit Amazon Images?
Yes. You can edit Amazon Product Images with this tool.

Why Do You Need This Amazon Image Downloader & Editor Tool for Chrome?
It will save a lot of your time. So you can give more time on other sides of your amazon affiliate and dropshipping business like marketing, content creation etc.

So, Feel free to use our Amazon Image Downloader & Editor.
After using Amazon Image Downloader & Editor extension,Please give us a 5 star rating!
Thank You.

This Privacy Policy can be also found here:
https://www.saxsos.xyz/p/policy-privacy-policy.html

For any query related to Amazon Image Downloader & Editor you can reach to us via our Official contact page here: https://www.saxsos.xyz/p/contact-us.html                    

Informazioni di Base sull'Estensione

Nome Amazon Image Downloader & Editor Amazon Image Downloader & Editor
ID pplbikclcigglledbaeimfinhmggfanb
URL Ufficiale https://chromewebstore.google.com/detail/amazon-image-downloader-e/pplbikclcigglledbaeimfinhmggfanb
Descrizione #1 Product Image Downloader and Editor for Amazon with Video Downloader!
Dimensione del File 459 KB
Conteggio Installazioni 1,422
Versione Corrente 0.1.0.1
Ultimo Aggiornamento 2021-09-08
Data di Pubblicazione 2021-09-07
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore https://saxsos.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.saxsos.xyz
URL della Pagina di Aiuto https://www.saxsos.xyz/p/contact-us.html
URL della Pagina della Politica sulla Privacy https://www.saxsos.xyz/p/policy-privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Image Downloader & Editor",
    "version": "0.1.0.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self",
    "description": "#1 Product Image Downloader and Editor for Amazon with Video Downloader!",
    "author": "UpStal",
    "background": {
        "scripts": [
            ".\/js\/Lib\/jquery-3.2.1.min.js",
            ".\/js\/config.js",
            ".\/js\/common.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "64": ".\/images\/icon64.png",
        "128": ".\/images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Amazon Images Downloader",
        "default_icon": ".\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "js": [
                ".\/js\/Lib\/jquery-3.2.1.min.js",
                ".\/js\/Lib\/filerobot-image-editor.min.js",
                ".\/js\/Lib\/slick.min.js",
                ".\/js\/Lib\/jszip.js",
                ".\/js\/Lib\/jszip-utils.js",
                ".\/js\/Lib\/FileSaver.js",
                ".\/js\/Lib\/html-docx.js",
                ".\/js\/config.js",
                ".\/js\/common.js",
                ".\/js\/content.js",
                ".\/js\/Product\/amazon.js"
            ],
            "css": [
                ".\/css\/slick.css",
                ".\/css\/slick-theme.css",
                ".\/css\/content.css"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.nl\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.com.au\/*",
        "unlimitedStorage",
        "storage"
    ]
}