AMZScraper - Amazon Image Downloader
AMZScraper allows you to download Amazon product images, one click to download AMZ images, extract image URLs and export to CSV.
AMZScraper - Amazon Image Downloaderとは何ですか?
AMZScraper - Amazon Image DownloaderはeCom-Extensionによって開発されたChromeの拡張機能で、その主な機能は「AMZScraper allows you to download Amazon product images, one click to download AMZ images, extract image URLs and export to CSV.」です。
拡張機能のスクリーンショット
AMZScraper - Amazon Image Downloader拡張機能のCRXファイルをダウンロード
AMZScraper - Amazon Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AMZScraper allows you to download product images from Amazon, one click to download Amazon product images, extract product image URLs and export to CSV file.
# FEATURES
- Download All Images of a Product by Color (*.zip) [Free]
- Export All URLs of a Product by Color (*.csv) [Free]
- One Click Download All Images of a Product (*.zip) [Premium]
- One Click Export All Image URLs of a Product (*.csv) [Premium]
- Works fine on 15+ Amazon Sites [Free]
# NOTE:
You might want to set up Chrome so it does not ask where to store the downloads but automatically downloads them without bringing up the save-as dialog.
Do you have an idea for making AMZScraper better? We'd love to hear about it!
Drop us a line. [email protected]
# PRIVACY POLICY
https://getwebooster.com/privacy-policy
# IMPORTANT NOTE:
AMZScraper does NOT belong or related to the official Amazon application/website in any ways. It is an unofficial app that is developed and maintained independently. 拡張機能の基本情報
| 名前 | |
| ID | ojneckimdlokpgljmjndpleofjpekmgh |
| 公式URL | https://chromewebstore.google.com/detail/amzscraper-amazon-image-d/ojneckimdlokpgljmjndpleofjpekmgh |
| 説明 | AMZScraper allows you to download Amazon product images, one click to download AMZ images, extract image URLs and export to CSV. |
| ファイルサイズ | 2.1 MB |
| インストール数 | 6,369 |
| 現在のバージョン | 1.0.9 |
| 最終更新日 | 2023-08-26 |
| 公開日 | 2020-05-30 |
| 評価 | 3.62/5 合計 21 レビュー |
| 開発者 | eCom-Extension |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://getwebooster.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "AMZScraper allows you to download Amazon product images, one click to download AMZ images, extract image URLs and export to CSV.",
"version": "1.0.9",
"manifest_version": 3,
"name": "AMZScraper - Amazon Image Downloader",
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"options_page": "options.html",
"permissions": [
"storage",
"identity"
],
"host_permissions": [],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/*\/dp\/*",
"https:\/\/www.amazon.com\/dp\/*",
"https:\/\/www.amazon.cn\/*\/dp\/*",
"https:\/\/www.amazon.de\/*\/dp\/*",
"https:\/\/www.amazon.de\/dp\/*",
"https:\/\/www.amazon.fr\/*\/dp\/*",
"https:\/\/www.amazon.fr\/dp\/*",
"https:\/\/www.amazon.co.uk\/*\/dp\/*",
"https:\/\/www.amazon.co.uk\/dp\/*",
"https:\/\/www.amazon.it\/dp\/*",
"https:\/\/www.amazon.it\/*\/dp\/*",
"https:\/\/www.amazon.es\/dp\/*",
"https:\/\/www.amazon.es\/*\/dp\/*",
"https:\/\/www.amazon.cn\/dp\/*",
"https:\/\/www.amazon.co.jp\/*\/dp\/*",
"https:\/\/www.amazon.co.jp\/dp\/*",
"https:\/\/www.amazon.com.au\/*\/dp\/*",
"https:\/\/www.amazon.com.au\/dp\/*",
"https:\/\/www.amazon.ca\/*\/dp\/*",
"https:\/\/www.amazon.ca\/dp\/*",
"https:\/\/www.amazon.in\/*\/dp\/*",
"https:\/\/www.amazon.in\/dp\/*",
"https:\/\/www.amazon.ae\/*\/dp\/*",
"https:\/\/www.amazon.ae\/dp\/*",
"https:\/\/www.amazon.com.mx\/*\/dp\/*",
"https:\/\/www.amazon.com.mx\/dp\/*",
"https:\/\/www.amazon.com.br\/*\/dp\/*",
"https:\/\/www.amazon.com.br\/dp\/*",
"https:\/\/www.amazon.com.tr\/*\/dp\/*",
"https:\/\/www.amazon.com.tr\/dp\/*",
"https:\/\/www.amazon.nl\/*\/dp\/*",
"https:\/\/www.amazon.nl\/dp\/*"
],
"js": [
"libs\/jquery-3.2.1.min.js",
"contentScript.js"
],
"css": [
"libs\/style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgTcNuxzdc1cRh3IaqbDRCrFuIpcSMo4mJf\/nCWy6qH0utluPRDT4gE3qX8oJlu9KLGAka3HqhR1WFw\/0O87n0ukax+5QefaJVn56\/21zT0MZO9fvDHLo4Aqbf4ydeCIdX0dJlc6ykzn0zNC2+g1fcTLO7xywo4s\/9LLsBgwMBMMmY6mf4Mh4lXsiLkOAgPMuc7crpQkDcyKg7nwkyWuEzXk0uMjrajAn3zcY6n3aJR5y9fvemxTo0pYU8tKuIrrm74d7pcKtWgAVOj28MitGL50sw+b5ij59HjaKZacoc+CwSGT\/9NLkTjPSepvZ0BLAFu1iLG42MO3R61MEwYwkyQIDAQAB",
"oauth2": {
"client_id": "709585240628-oikdf7jh13gfm1km0qiu4krhg9doqe94.apps.googleusercontent.com",
"web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*"
],
"matches": []
}
]
} | |