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 Review Bot", "version": "1.0", "description": "Auto-fill Shein reviews with the same text and image.", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage", "alarms" ], "host_permissions": [ "https:\/\/mhdkwksymqffkabwsmmw.supabase.co\/functions\/v1\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.shein.com\/user\/orders\/order_review*" ], "js": [ "content.js" ] } ] }