Yuvo Cashback

Yuvo Cashback – Offers, discounts and Cashback

Yuvo Cashback là gì?

Yuvo Cashback là một tiện ích mở rộng Chrome được phát triển bởi https://yuvohub.com, và tính năng chính của nó là "Yuvo Cashback – Offers, discounts and Cashback".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yuvo Cashback

Tải xuống các tệp mở rộng Yuvo Cashback dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yuvo Cashback Yuvo Cashback
ID lbldcidekcbmahndacdikcokaikndfgp
URL Chính Thức https://chromewebstore.google.com/detail/yuvo-cashback/lbldcidekcbmahndacdikcokaikndfgp
Mô tả Yuvo Cashback – Offers, discounts and Cashback
Kích Thước Tệp 577 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2020-05-26
Ngày Phát Hành 2020-05-26
Nhà Phát Triển https://yuvohub.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yuvohub.com/
URL Trang Trợ Giúp http://help.yuvohub.com/
URL Trang Chính Sách Bảo Mật https://secure.yuvohub.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}