Yuvo Cashback

Yuvo Cashback – Offers, discounts and Cashback

Cos'è Yuvo Cashback?

Yuvo Cashback è un'estensione di Chrome sviluppata da https://yuvohub.com, e la sua funzione principale è "Yuvo Cashback – Offers, discounts and Cashback".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yuvo Cashback

Scarica i file di estensione Yuvo Cashback in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Shop at your favorite online stores and save up to 40% with Yuvo Cashback. Simply download the Yuvo Cashback extension and gain access to great deals and discounts from thousands of global and local e-retailers while getting Cashback every time you make a purchase.  
 
Be a smart shopper with Yuvo Cashback. You will not only save money, but time and convenience. Shopping online just got more exciting! Download it for free now.
 
Contact us at [email protected] if you've got any questions.                    

Informazioni di Base sull'Estensione

Nome Yuvo Cashback Yuvo Cashback
ID lbldcidekcbmahndacdikcokaikndfgp
URL Ufficiale https://chromewebstore.google.com/detail/yuvo-cashback/lbldcidekcbmahndacdikcokaikndfgp
Descrizione Yuvo Cashback – Offers, discounts and Cashback
Dimensione del File 577 KB
Conteggio Installazioni 31
Versione Corrente 2.6
Ultimo Aggiornamento 2020-05-26
Data di Pubblicazione 2020-05-26
Sviluppatore https://yuvohub.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://yuvohub.com/
URL della Pagina di Aiuto http://help.yuvohub.com/
URL della Pagina della Politica sulla Privacy https://secure.yuvohub.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yuvo Cashback",
    "version": "2.6",
    "description": "Yuvo Cashback \u2013 Offers, discounts and Cashback  ",
    "icons": {
        "48": "icons\/yuvo-48.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "48": "icons\/yuvo-48.png"
        },
        "default_title": "Yuvo Cashback Redirect",
        "default_popup": "popup\/redirect.html"
    },
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "lib\/js\/yuvo-lib.js",
            "lib\/js\/jquery.min.js",
            "background_scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "lib\/js\/yuvo-lib.js",
                "lib\/js\/jquery.min.js",
                "content_scripts\/search_results.js"
            ],
            "css": [
                "lib\/css\/yuvo-styles.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "lib\/js\/yuvo-lib.js",
                "lib\/js\/jquery.min.js",
                "content_scripts\/updatedom.js"
            ],
            "css": [
                "lib\/css\/yuvo-styles.css"
            ]
        }
    ]
}