DealCatcher

Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.

What is DealCatcher?

DealCatcher is a Chrome extension developed by DealCatcher, and its main feature is "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DealCatcher Extension CRX File

Download DealCatcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get the latest coupons and deals without even looking for them! When you install the DealCatcher browser extension, you'll never have to search for coupons again. Just shop online normally, and we'll let you know when we can save you money.                    

Extension Basic Information

Name DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Official URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Description Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
File Size 773 KB
Installation Count 2,814
Current Version 1.0.17
Last Updated 2023-04-27
Publish Date 2020-11-18
Rating 5.00/5 Total 5 Ratings
Developer DealCatcher
Email [email protected]
Payment Type free
Extension Website https://www.dealcatcher.com
Help Page URL https://www.dealcatcher.com/contact
Privacy Policy Page URL https://www.dealcatcher.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealCatcher",
    "description": "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.",
    "version": "1.0.17",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16-inactive.png",
            "32": "icons\/32-inactive.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/notification-troubleshooting.html",
                "\/css\/popup.css",
                "\/icons\/48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}