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 Aug 14, 2025.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Total Coupon",
"version": "7.9.1.296",
"description": "Total Coupon automatically applies the best coupons at checkout to help you maximize savings.",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "Total Coupon",
"default_icon": "icons\/iconDisabled16.png"
},
"permissions": [
"storage",
"alarms",
"webRequest"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"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\/*",
"*.svg"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"<all_urls>"
]
}