Images downloader from amazon
Download Amazon images from gallery, variations and reviews
Qu'est-ce que Images downloader from amazon ?
Images downloader from amazon est une extension Chrome développée par https://wooshark.com, et sa fonction principale est "Download Amazon images from gallery, variations and reviews".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Images downloader from amazon
Téléchargez les fichiers d'extension Images downloader from amazon 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
Image download for Amazon allow to download images from gallery, variations, reviews to your computer with one click. Main Features - Load images from gallery. - Load images from variations. - Load images from reviews. - Remove images from the list. - Download images
Informations de Base sur l'Extension
Nom | Images downloader from amazon |
ID | aghjkiijpbchncgkbnakihflakiajlda |
URL Officiel | https://chromewebstore.google.com/detail/images-downloader-from-am/aghjkiijpbchncgkbnakihflakiajlda |
Description | Download Amazon images from gallery, variations and reviews |
Taille du Fichier | 206 KB |
Nombre d'Installations | 10,206 |
Version Actuelle | 3.0.5 |
Dernière Mise à Jour | 2023-03-05 |
Date de Publication | 2019-11-21 |
Évaluation | 3.33/5 Total 12 Évaluations |
Développeur | https://wooshark.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.wooshark.com |
URL de la Page d'Aide | https://www.wooshark.com/getting-stared |
URL de la Page de Politique de Confidentialité | https://www.wooshark.com/term |
Langues Prises en Charge | de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.5", "options_page": "options.html", "action": { "default_icon": "images\/amazon128.png", "default_popup": "popup.html", "default_title": "" }, "permissions": [ "storage", "downloads" ], "icons": { "48": "images\/amazon128.png", "128": "images\/amazon128.png" }, "background": { "service_worker": "js\/background-worker-downloader.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*" ], "all_frames": true, "js": [ "js\/jquery-3.2.1.min.js", "js\/apiexpress_content.js", "js\/lodash.js", "js\/bootstrap.min.js", "js\/vendor\/fontawesome.js", "js\/vendor\/jquery.toast.min.js", "js\/bulk_import_images.js" ], "css": [ "css\/bootstrap.min.css", "css\/jquery.toast.min.css", "css\/spin.css", "css\/styles.css", "css\/font-awesome.css", "css\/table.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/js\/background-worker-downloader" ], "matches": [ "https:\/\/web-accessible-resources-1.glitch.me\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;" } } |