Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Nox VOC - AI Review Analysis", "description": "Nox VOC leverages the capabilities of large language model to provide rapid analysis of e-commerce product reviews.", "version": "1.1.2", "icons": { "16": "noxinfluencer_16.png", "48": "noxinfluencer_48.png", "128": "noxinfluencer_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "noxinfluencer_16.png", "48": "noxinfluencer_48.png", "128": "noxinfluencer_128.png" } }, "content_scripts": [ { "js": [ "dist\/js\/app.js", "dist\/js\/chunk-vendors.js", "dist\/js\/main.js", "dist\/js\/681.8ccf3896.js" ], "css": [ "dist\/css\/app.css" ], "matches": [ "https:\/\/www.amazon.com\/*" ] } ], "host_permissions": [ "https:\/\/www.amazon.com\/*", "*:\/\/*.noxinfluencer.com\/*" ], "permissions": [ "notifications" ] }