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", "name": "Ali Hunter - Aliexpress Dropshipping Center", "version": "1.1.0", "description": "Allows to get access easily to the Dropshipping Center", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "script.js" ] }, { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "script.js" ] }, { "matches": [ "*:\/\/*.aliexpress.us\/*" ], "js": [ "script.js" ] } ], "icons": { "16": "icon\/logo_16.png", "32": "icon\/logo_32.png", "48": "icon\/logo_48.png", "128": "icon\/logo_128.png" }, "default_locale": "en", "host_permissions": [ "*:\/\/*.aliexpress.com\/*" ] }