Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Shein by Image & ID", "version": "1.0.0", "description": "Install Search Shein by Image & ID Chrome extension and easily find products by images & product ID", "action": { "default_title": "Search Shein by Image & ID", "default_icon": { "16": ".\/Icons\/Icon16.png", "32": ".\/Icons\/Icon32.png", "64": ".\/Icons\/Icon64.png", "128": ".\/Icons\/Icon128.png", "2000": ".\/Icons\/Icon2000.png" } }, "icons": { "16": ".\/Icons\/Icon16.png", "32": ".\/Icons\/Icon32.png", "64": ".\/Icons\/Icon64.png", "128": ".\/Icons\/Icon128.png", "2000": ".\/Icons\/Icon2000.png" }, "permissions": [ "contextMenus", "activeTab", "scripting", "notifications" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "styles.css", "popupcss.css" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "Icons\/*", "Images\/*" ] } ], "manifest_version": 3 }