WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Total Coupon

Total Coupon

View on Chrome Web Store
View Total Coupon Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (7 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Total Coupon automatically applies the best coupons at checkout to help you maximize savings.
Type
Extension
Users
10,000 users
Website totalcoupon.com
Protected.net
View author page of Protected.net
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 20, 2023
Version 7.9.1.296
Manifest version
3
Updated
Updated on January 3, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Total Coupon Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top