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"
}