Kupongo

Kupongo for Chromium

What is Kupongo?

Kupongo is a Chrome extension developed by dankyuk, and its main feature is "Kupongo for Chromium".

Extension Screenshots

screenshot
screenshot

Download Kupongo Extension CRX File

Download Kupongo 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

                        Now you can stop looking for discount codes, with our extension, all offers are automatically displayed directly in your browser when you navigate the web.

How does it work?
After you add Kupongo, you continue to surf as usual and when you visit a website that has available coupons, Kupongo will display them. It doesn't get easier than that!

You do not need an account or membership to use Kupongo it is and will always be free to use.

We check all discount codes daily so that you always get current offers.                    

Extension Basic Information

Name Kupongo Kupongo
ID lijofjigcodhfaiediimfighbibgagcg
Official URL https://chromewebstore.google.com/detail/kupongo/lijofjigcodhfaiediimfighbibgagcg
Description Kupongo for Chromium
File Size 146 KB
Installation Count 5,440
Current Version 1.1.1
Last Updated 2022-07-22
Publish Date 2022-04-18
Rating 3.40/5 Total 5 Ratings
Developer dankyuk
Email [email protected]
Payment Type free
Extension Website https://kupongo.uk/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kupongo",
    "version": "1.1.1",
    "description": "Kupongo for Chromium",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "firebase.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "kupongo.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png"
    },
    "manifest_version": 3
}