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": "Taotao Fast Image Collector", "version": "2.0", "description": "Collect images and videos from Taobao, Tmall, and AliExpress product pages", "permissions": [ "scripting", "storage", "tabs", "downloads" ], "host_permissions": [ "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.aliexpress.de\/*", "*:\/\/*.aliexpress.es\/*", "*:\/\/*.aliexpress.it\/*", "*:\/\/*.aliexpress.fr\/*", "*:\/\/*.aliexpress.nl\/*", "*:\/\/*.aliexpress.pl\/*", "*:\/\/*.aliexpress.br\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }