Kupongo

Kupongo for Chromium

Wat is Kupongo?

Kupongo is een Chrome-extensie ontwikkeld door dankyuk, en de belangrijkste functie is "Kupongo for Chromium".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kupongo

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

                        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.                    

Basisinformatie over de Extensie

Naam Kupongo Kupongo
ID lijofjigcodhfaiediimfighbibgagcg
Officiële URL https://chromewebstore.google.com/detail/kupongo/lijofjigcodhfaiediimfighbibgagcg
Beschrijving Kupongo for Chromium
Bestandsgrootte 146 KB
Aantal Installaties 5,440
Huidige Versie 1.1.1
Laatst Bijgewerkt 2022-07-22
Publicatiedatum 2022-04-18
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar dankyuk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kupongo.uk/
Ondersteunde Talen 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
}