Yuvo Cashback

Yuvo Cashback – Offers, discounts and Cashback

Vad är Yuvo Cashback?

Yuvo Cashback är en Chrome-tillägg utvecklad av https://yuvohub.com, och dess huvudfunktion är "Yuvo Cashback – Offers, discounts and Cashback".

Tilläggsskärmbilder

screenshot

Ladda ner Yuvo Cashback-förlängningens CRX-fil

Ladda ner Yuvo Cashback-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Yuvo Cashback Yuvo Cashback
ID lbldcidekcbmahndacdikcokaikndfgp
Officiell webbadress https://chromewebstore.google.com/detail/yuvo-cashback/lbldcidekcbmahndacdikcokaikndfgp
Beskrivning Yuvo Cashback – Offers, discounts and Cashback
Filstorlek 577 KB
Antal Installationer 31
Aktuell Version 2.6
Senast Uppdaterad 2020-05-26
Publiceringsdatum 2020-05-26
Utvecklare https://yuvohub.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://yuvohub.com/
Hjälpsida URL http://help.yuvohub.com/
URL till Sekretesspolicy Sidan https://secure.yuvohub.com/privacy
Stödda Språk 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"
            ]
        }
    ]
}