Images downloader from amazon
Download Amazon images from gallery, variations and reviews
Images downloader from amazonとは何ですか?
Images downloader from amazonはhttps://wooshark.comによって開発されたChromeの拡張機能で、その主な機能は「Download Amazon images from gallery, variations and reviews」です。
拡張機能のスクリーンショット
Images downloader from amazon拡張機能のCRXファイルをダウンロード
Images downloader from amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Images downloader from amazon |
ID | aghjkiijpbchncgkbnakihflakiajlda |
公式URL | https://chromewebstore.google.com/detail/images-downloader-from-am/aghjkiijpbchncgkbnakihflakiajlda |
説明 | Download Amazon images from gallery, variations and reviews |
ファイルサイズ | 206 KB |
インストール数 | 10,206 |
現在のバージョン | 3.0.5 |
最終更新日 | 2023-03-05 |
公開日 | 2019-11-21 |
評価 | 3.33/5 合計 12 レビュー |
開発者 | https://wooshark.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.wooshark.com |
ヘルプページのURL | https://www.wooshark.com/getting-stared |
プライバシーポリシーページのURL | https://www.wooshark.com/term |
対応言語 | 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\/;" } } |