Total Coupon

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

什么是Total Coupon?

Total Coupon是由https://totalcoupon.com开发的Chrome扩展程序,该扩展的主要功能是“Total Coupon automatically applies the best coupons at checkout to help you maximize savings.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Total Coupon扩展crx文件

下载Total Coupon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Total Coupon Total Coupon
ID pobpfpjkinglgmimnijfpalppbefdeoc
官方URL https://chromewebstore.google.com/detail/total-coupon/pobpfpjkinglgmimnijfpalppbefdeoc
简介 Total Coupon automatically applies the best coupons at checkout to help you maximize savings.
文件大小 1.32 MB
安装次数 7,006
当前版本 7.9.1.296
更新时间 2024-01-03
上架时间 2023-09-20
评分 5.00/5 共3次评分
开发者 https://totalcoupon.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.totalcoupon.com
帮助页面URL https://help.totalav.com/en/tech/totalcoupon
隐私政策页面URL https://www.totalav.com/privacy
支持的语言 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": [
        ""
    ]
}