Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vestiaire Collective Scraper - Data Extractor & Exporter", "version": "1.3.1", "description": "Scrape Listings, Sellers, Follower, and more from Vestiaire Collective, with options to export in formats such as CSV, JSON and more", "permissions": [ "storage", "tabs", "downloads", "unlimitedStorage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.vestiairecollective.com\/*" ], "js": [ "content.js", "config.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "fetchOverride.js" ], "matches": [ "*:\/\/*.vestiairecollective.com\/*" ] } ] }