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": "Free Ebay Scraper | MemoData", "description": "MemoData Ebay scraper can easy extrac product data, including product, price, sales ranking, and reviews", "version": "1.0", "icons": { "48": "icon.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "storage", "scripting", "downloads" ], "host_permissions": [ "https:\/\/*.ebay.com\/*" ] }