Kudos

Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!

Wat is Kudos?

Kudos is een Chrome-extensie ontwikkeld door https://kudosrewards.gg, en de belangrijkste functie is "Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kudos

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

                        Kudos, A world where every purchase is a joyful experience.
No more waiting for price drops or searching for coupons.. With every purchase you earn Kudos points; collect them, save them or use them to redeem amazing rewards!༼ つ ◕_◕ ༽つ

IF YOU LOVE IT, BUY IT 🔥
Save time, don't procrastinate with your next purchase! Buy and redeem, it's like unwrapping a gift every time you've done a purchase.

YOU KNOW WHAT YOU WANT 🕹
And we know how to reward you! Instead of scanning for coupons in hopes to reduce price, make your purchase more valuable with Kudos. No more FOMO.

MAKE YOUR 'WISHES' COME TRUE 🧞‍♂️
No matter how big or small your purchase is, There will always be something to redeem.
We pride ourselves for having unique and exclusive rewards you cannot find anywhere else.
With Kudos you can get 100s of freebies, rewards and more! From the basics every gamer needs (new games, skins, merch) to the ultimate experiences put together for our community (exclusive items, collabs with content creators, and more).

NEVER MISS A BEAT 🔔
Look at us as your BSBL (Best Shopping Buddy for Life). We are simply here to make sure you're filled with joy after every purchase you make. The extension will notify you whenever you are eligible for earning Kudos points for a purchase.

BUY PRODUCTS YOU LOVE, REDEEM PRODUCTS TO BRAG ABOUT. INSTALL THE KUDOS EXTENSION TODAY! 🤑


The extension only tracks the relevant information we need to make sure we get those Kudos to you each and every time you spend money. All user information is kept anonymized and encrypted. 
For more information please check our privacy policy: https://kudosrewards.gg/privacy-policy                    

Basisinformatie over de Extensie

Naam Kudos Kudos
ID jjajmdhefncjolocalcgjjfpamniebep
Officiële URL https://chromewebstore.google.com/detail/kudos/jjajmdhefncjolocalcgjjfpamniebep
Beschrijving Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!
Bestandsgrootte 3.3 MB
Aantal Installaties 904
Huidige Versie 4.2.4
Laatst Bijgewerkt 2023-09-27
Publicatiedatum 2022-03-14
Beoordeling 4.25/5 Totaal 8 Beoordelingen
Ontwikkelaar https://kudosrewards.gg
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kudosrewards.gg
Help Pagina-URL https://kudosrewards.gg/support
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/kudosrewards.gg",
    "description": "Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/inject-popup.css",
                "css\/queue-manager.css"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.my.localhost\/*",
            "https:\/\/*.kudosrewards.gg\/*",
            "https:\/\/*.kudos.pizza\/*"
        ]
    },
    "action": [],
    "content_security_policy": {
        "extension_pages": "connect-src * https:\/\/api.kudosrewards.gg; default-src 'self'; style-src 'self' 'unsafe-inline'; frame-src https:\/\/kudosrewards.gg http:\/\/dev.kudos.pizza http:\/\/localhost:3000"
    },
    "version": "4.2.4"
}