Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Scrape images,photos,pictures and videos from gallery and variations for Amazon Product and export, download to Excel with one click", "version": "1.0.1", "manifest_version": 3, "name": "Amazon Image Downloader", "permissions": [ "downloads", "storage", "identity" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon32.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwRfOyOBSO0YIFEccM54Tw18i4a1GW7qVJ9xg3C817bqr6wAyiOIOk4bb8IxULkZlZxS2N4QZqym9+LFw3QkSzrQf6cI\/jik34X7rON4uZ5C3IjJrgaWgdiAgrZafSpRETBI3K+OIEeRNP0aNk7NQwQzL9YLckW3PPq10jgnTzvJ84MhAaScckYMqhu8dvTWOqa5xDIyHoHryjCDDIG\/4KjACX9jq5Nr6f++x0O2k78AmLAzY6X6D3PQgWpLg9KDXzkoLFIWIrlriSy6hKruYkqxwoGpaS8nxg4iT0tvers2Wb3Gn6ZhBNzgEopDf2nwinvQGx0yFqiZWnfXTG0XsSQIDAQAB", "oauth2": { "client_id": "25416294044-t09bgasm7mvu8mf4dnrcgnqcoq1c9fao.apps.googleusercontent.com", "scopes": [ "email", "profile" ] } }