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": "Wayfair\u2122 Reviews Extractor", "version": "1.1.6", "description": "Effortlessly get Wayfair reviews and easily save them in a CSV file. Export comments, ratings, variations, images, and more.", "action": { "default_icon": ".\/assets\/images\/logo.png", "default_popup": ".\/popup\/index.html" }, "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "oauth2": { "client_id": "260833350733-fdqfgcs728j22uv8qim7o829oltn9neq.apps.googleusercontent.com", "scopes": [ "email", "openid" ] }, "permissions": [ "identity", "identity.email", "tabs", "storage" ], "host_permissions": [ "*:\/\/*.wayfair.co.uk\/*", "*:\/\/*.wayfair.com\/*", "*:\/\/*.wayfair.de\/*", "*:\/\/*.yueplan.top\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.wayfair.co.uk\/*\/pdp\/*", "https:\/\/*.wayfair.com\/*\/pdp\/*", "https:\/\/*.wayfair.de\/*\/pdp\/*", "https:\/\/*.wayfair.de\/*\/pdp\/*" ], "js": [ "contentScripts\/index.global.js" ] } ] }