Hyyzo - Get Highest Cashback

Highest Cashback on online shopping. Save more on the go with Hyyzo.

What is Hyyzo - Get Highest Cashback?

Hyyzo - Get Highest Cashback is a Chrome extension developed by https://hyyzo.com, and its main feature is "Highest Cashback on online shopping. Save more on the go with Hyyzo.".

Extension Screenshots

screenshot
screenshot

Download Hyyzo - Get Highest Cashback Extension CRX File

Download Hyyzo - Get Highest Cashback extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Earn Highest Cashback on online shopping. Save more on the go with Hyyzo.
If savings is what you are looking for, you are at the right place. Hyyzo is India’s highest cashback paying platform that rewards you for your online shopping. 
The Chrome-based extension, Hyyzo, helps you make your online shopping more economical by providing you with the best cashback offers.
Hyyzo provides a seamless and user-friendly experience to earn Cashback whenever you shop online. 

Here’s how you can earn Cashback through the extension:
1. Click on the “Activate Cashback” button. This will activate Cashback for your favourite online store, just with a single click. 
With 100+ stores to shop from, do not miss out on amazing Cashback and savings from the store you want. 
2. The Hyyzo extension also has a Tasks section that lets you earn Cashback by performing specific tasks. 
3. Make profit links for your favourite products and enjoy the Cashback when someone else shops with your link.
4. Refer to friends also lets you earn Cashback in the form of Hyyzo Diamonds. 

All these features in a single extension. So what's stopping you from adding Hyyzo to your browser? 
Add the Hyyzo extension and enjoy the amazing Cashback offers brought to you by Hyyzo.                    

Extension Basic Information

Name Hyyzo - Get Highest Cashback Hyyzo - Get Highest Cashback
ID phcfbbmblbcbchdlfmcfcakhcpdlnhdk
Official URL https://chromewebstore.google.com/detail/hyyzo-get-highest-cashbac/phcfbbmblbcbchdlfmcfcakhcpdlnhdk
Description Highest Cashback on online shopping. Save more on the go with Hyyzo.
File Size 2.49 MB
Installation Count 44
Current Version 1.1.0
Last Updated 2023-01-15
Publish Date 2022-10-12
Rating 5.00/5 Total 6 Ratings
Developer https://hyyzo.com
Email [email protected]
Payment Type free
Extension Website https://hyyzo.com
Help Page URL https://hyyzo.com/contact
Privacy Policy Page URL https://hyyzo.com/privacy-policy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "gcm",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "\/assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}