Amazon Image Downloader

Download images from Amazon

Qu'est-ce que Amazon Image Downloader ?

Amazon Image Downloader est une extension Chrome développée par linhnn.developer, et sa fonction principale est "Download images from Amazon".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Amazon Image Downloader

Téléchargez les fichiers d'extension Amazon Image Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Amazon Image Downloader Amazon Image Downloader
ID oalmhfogblggbhjlllknlafhigpdaejk
URL Officiel https://chromewebstore.google.com/detail/amazon-image-downloader/oalmhfogblggbhjlllknlafhigpdaejk
Description Download images from Amazon
Taille du Fichier 293 KB
Nombre d'Installations 29
Version Actuelle 1.6
Dernière Mise à Jour 2022-12-26
Date de Publication 2022-12-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur linhnn.developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://malitool.com/
URL de la Page de Politique de Confidentialité http://malitool.com/amazon-image-downloader-policy.html
Langues Prises en Charge 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"
}