Total Coupon

Total Coupon automatically applies the best coupons at checkout to help you maximize savings.

Wat is Total Coupon?

Total Coupon is een Chrome-extensie ontwikkeld door https://totalcoupon.com, en de belangrijkste functie is "Total Coupon automatically applies the best coupons at checkout to help you maximize savings.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Total Coupon

Download Total Coupon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Introducing Total Coupon: Your Ultimate Money-Saving Chrome Extension!

Total Coupon is a free Chrome extension that transforms your online shopping experience. By instantly searching and applying the best discount codes available, it saves you both time and money.

Install Total Coupon, and as you shop online, it automatically hunts for the latest and most effective discount codes. With a simple click, valid discounts are applied, making your purchases not only affordable but incredibly convenient.

Streamline your shopping with Total Coupon – where savings are just a click away. Embrace a new era of effortless discounts and experience the future of smart online shopping.                    

Basisinformatie over de Extensie

Naam Total Coupon Total Coupon
ID pobpfpjkinglgmimnijfpalppbefdeoc
Officiële URL https://chromewebstore.google.com/detail/total-coupon/pobpfpjkinglgmimnijfpalppbefdeoc
Beschrijving Total Coupon automatically applies the best coupons at checkout to help you maximize savings.
Bestandsgrootte 1.32 MB
Aantal Installaties 7,006
Huidige Versie 7.9.1.296
Laatst Bijgewerkt 2024-01-03
Publicatiedatum 2023-09-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://totalcoupon.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.totalcoupon.com
Help Pagina-URL https://help.totalav.com/en/tech/totalcoupon
URL van de Privacybeleid Pagina https://www.totalav.com/privacy
Ondersteunde Talen en
manifest.json
{
    "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": [
                ""
            ],
            "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": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}