Kudos

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

Qu'est-ce que Kudos ?

Kudos est une extension Chrome développée par https://kudosrewards.gg, et sa fonction principale est "Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kudos

Téléchargez les fichiers d'extension Kudos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kudos Kudos
ID jjajmdhefncjolocalcgjjfpamniebep
URL Officiel https://chromewebstore.google.com/detail/kudos/jjajmdhefncjolocalcgjjfpamniebep
Description Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!
Taille du Fichier 3.3 MB
Nombre d'Installations 904
Version Actuelle 4.2.4
Dernière Mise à Jour 2023-09-27
Date de Publication 2022-03-14
Évaluation 4.25/5 Total 8 Évaluations
Développeur https://kudosrewards.gg
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kudosrewards.gg
URL de la Page d'Aide https://kudosrewards.gg/support
Langues Prises en Charge 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"
}