Kudos

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

Τι είναι το Kudos;

Το Kudos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kudosrewards.gg, και η κύρια λειτουργία του είναι "Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kudos

Λήψη αρχείων επέκτασης Kudos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kudos Kudos
ID jjajmdhefncjolocalcgjjfpamniebep
Επίσημο URL https://chromewebstore.google.com/detail/kudos/jjajmdhefncjolocalcgjjfpamniebep
Περιγραφή Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!
Μέγεθος Αρχείου 3.3 MB
Αριθμός Εγκαταστάσεων 904
Τρέχουσα Έκδοση 4.2.4
Τελευταία Ενημέρωση 2023-09-27
Ημερομηνία Δημοσίευσης 2022-03-14
Αξιολόγηση 4.25/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://kudosrewards.gg
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kudosrewards.gg
Διεύθυνση URL της Σελίδας Βοήθειας https://kudosrewards.gg/support
Υποστηριζόμενες Γλώσσες 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"
}