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", "manifest_version": 3, "name": "Amazon Data scraper", "version": "1.0.1", "description": "To scrape data from Amazon", "action": { "default_popup": "index.html", "default_title": "Amazon Data Scraper", "default_icon": [] }, "permissions": [ "scripting", "activeTab", "storage" ], "icons": { "16": "images\/cloud-download_16.png", "32": "images\/cloud-download_32.png", "48": "images\/cloud-download_48.png", "128": "images\/cloud-download_128.png" } }