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": "Cently: Automatic Coupons + Cashback for Free", "description": "Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.", "version": "7.18.0", "manifest_version": 3, "icons": { "16": "icons\/catc2-16.png", "48": "icons\/catc2-32.png", "64": "icons\/catc2-64.png", "128": "icons\/catc2-128.png" }, "action": { "default_title": "Cently", "default_icon": { "128": "icons\/catc2-disabled-128.png" } }, "permissions": [ "storage", "alarms", "webRequest", "scripting" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "css": [ "css\/fonts.css" ] } ], "web_accessible_resources": [ { "resources": [ "siteScript.js", "*.js.map", "*.css", "*.css.map", "fonts\/*", "images\/*", "merchantTermsPage.html" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ] }