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": "Shein Product Image Downloader", "version": "1.0", "description": "Shein sitesindeki \u00fcr\u00fcn\u00fc a\u00e7t\u0131ktan sonra sayfadaki \u00fcr\u00fcn g\u00f6rsellerini ZIP olarak indirir.", "permissions": [ "scripting", "activeTab" ], "action": { "default_title": "Shein Product Image Downloader - HAN" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "jszip.min.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }