Kudos

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

Co je Kudos?

Kudos je rozšíření Chrome vyvinuté https://kudosrewards.gg, a jeho hlavní funkcí je „Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kudos

Stáhněte si soubory rozšíření Kudos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Kudos Kudos
ID jjajmdhefncjolocalcgjjfpamniebep
Oficiální URL https://chromewebstore.google.com/detail/kudos/jjajmdhefncjolocalcgjjfpamniebep
Popis Kudos, the ultimate reward platform for gamers. Shop to get Kudos, and claim your rewards!
Velikost souboru 3.3 MB
Počet instalací 904
Aktuální Verze 4.2.4
Poslední Aktualizace 2023-09-27
Datum Vydání 2022-03-14
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář https://kudosrewards.gg
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://kudosrewards.gg
URL Stránky Nápovědy https://kudosrewards.gg/support
Podporované Jazyky 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"
}