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": "RetailMeNot: Codes, Cash Back and Coupons", "description": "Automatically finds the best promo codes and cash back as you shop online.", "version": "4.3.1", "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "permissions": [ "alarms", "cookies", "scripting", "storage", "tabs", "webNavigation", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "RetailMeNot: Codes, Cash Back and Coupons" }, "icons": { "16": ".\/html\/images\/icon_16.png", "32": ".\/html\/images\/icon_32.png", "64": ".\/html\/images\/icon_64.png", "128": ".\/html\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.bundle.js", "inject.vendors.bundle.js" ] } ], "minimum_chrome_version": "88.0.0" }