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": "BabaScraper - Alibaba Image, Video & Data Scraper", "version": "1.1.8", "description": "A Chrome extension for scraping product images, videos and data from Alibaba website", "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" } }, "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.alibaba.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "activeTab", "downloads" ], "host_permissions": [ "*:\/\/*.alibaba.com\/*" ], "web_accessible_resources": [ { "resources": [ "videoExtractor.js" ], "matches": [ "*:\/\/*.alibaba.com\/*" ] } ] }