WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cuponation | Shopping with Savings

Cuponation | Shopping with Savings

View on Chrome Web Store
View Cuponation | Shopping with Savings Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (21 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

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

Don’t look for discounts anymore! Cuponation finds the best ones for you.
Type
Extension
Users
20,000 users
10K
Atolls
View author page of Atolls
Published
Published on April 4, 2023
Version 2.1.3
Manifest version
3
Updated
Updated on July 24, 2025
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cuponation | Shopping with Savings 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",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "public\/images\/icon.png",
        "48": "public\/images\/icon.png",
        "128": "public\/images\/icon.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "background": {
        "service_worker": ".\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "http:\/\/localhost:*\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "public\/*"
            ],
            "type": "module"
        }
    ],
    "default_locale": "en",
    "description": "__MSG__extensionDescription__",
    "name": "__MSG__extensionName__",
    "version": "2.1.3"
}
© 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