U4B Cashback

Кэшбэк от надежного сервиса U4B Cashback

Wat is U4B Cashback?

U4B Cashback is een Chrome-extensie ontwikkeld door https://u4b.ru, en de belangrijkste functie is "Кэшбэк от надежного сервиса U4B Cashback".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie U4B Cashback

Download U4B Cashback-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

                        Устанавливая данное расширение, вы сможете активировать кэшбэк в магазинах напрямую, не заходя на сайт "U4B Cashback". Расширение подскажет о возможных проблемах, покажет ваш баланс и сделает зачисление кэшбэка действительно надежным. 
Установив его, вы начнете автоматически экономить на покупках в интернете!                    

Basisinformatie over de Extensie

Naam U4B Cashback U4B Cashback
ID gehpcmgffmioghpbkmgfpcaldchnaefk
Officiële URL https://chromewebstore.google.com/detail/u4b-cashback/gehpcmgffmioghpbkmgfpcaldchnaefk
Beschrijving Кэшбэк от надежного сервиса U4B Cashback
Bestandsgrootte 895 KB
Aantal Installaties 1,895
Huidige Versie 1.1.30
Laatst Bijgewerkt 2022-10-29
Publicatiedatum 2020-04-24
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://u4b.ru
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://u4b.ru/help/privacy
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": false,
            "css": [
                "font-awesome.css",
                "bundle.css"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "description": "\u041a\u044d\u0448\u0431\u044d\u043a \u043e\u0442 \u043d\u0430\u0434\u0435\u0436\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0438\u0441\u0430 U4B Cashback",
    "icons": {
        "64": "img\/64.png"
    },
    "manifest_version": 2,
    "name": "U4B Cashback",
    "version": "1.1.30",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "cookies"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "img\/64.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "incognito": "split"
}