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 Apr 03, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rakuten Button Canada", "short_name": "Rakuten", "homepage_url": "https:\/\/www.rakuten.ca\/", "author": "Rakuten", "description": "Rakuten Button Canada provides automatic Cash Back alerts at participating stores. No hassle. No more missed Cash Back!", "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "permissions": [ "cookies", "tabs", "webNavigation", "webRequest", "storage", "alarms" ], "web_accessible_resources": [ { "resources": [ "js\/libs\/*.map", "img\/*.png", "img\/*.svg", "img\/*.gif", "css\/*.css", "fonts\/*.woff", "fonts\/*.woff2", "fonts\/*.ttf", "fonts\/*.otf" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "all_frames": false, "js": [ "commons\/bundle.js", "content\/bundle.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "background": { "service_worker": "bg\/bundle.js" }, "options_ui": { "page": "settings\/settings.html", "open_in_tab": true }, "icons": { "16": "img\/rakuten\/icon-32.png", "48": "img\/rakuten\/icon-64.png", "128": "img\/rakuten\/icon-128.png" }, "action": { "default_icon": { "16": "img\/rakuten\/icon-32.png", "32": "img\/rakuten\/icon-32.png" }, "default_title": "Rakuten Button Canada: Get Cash Back For Shopping" }, "version": "7.12.1" }