Extrabux-Cash Back, Rebates & Deals Assistant

Never miss cash back or waste your time searching for coupons and deals again!

What is Extrabux-Cash Back, Rebates & Deals Assistant?

Extrabux-Cash Back, Rebates & Deals Assistant is a Chrome extension developed by https://www.extrabux.com, and its main feature is "Never miss cash back or waste your time searching for coupons and deals again!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Extrabux-Cash Back, Rebates & Deals Assistant Extension CRX File

Download Extrabux-Cash Back, Rebates & Deals Assistant 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 up to 30% cash back and get exclusive coupons and deals on every purchase at more than 20,000 online retailers. When you visit a supported retailer’s website, the Extrabux Chrome extension automatically activates your rebates and shows you the best coupon codes.

- High Cash Back Alerts:
  Automatically reminds you to activate your cash back when you are visiting stores that offer cash back.

- Coupon Hunting:
  Help you find and show the newest & best coupon codes at 20,000+ online stores. Coupons refreshed hourly!

- Great Shopping Experience:
  All you need to do is simply shop. The Extrabux button prepares all the information and give you the biggest savings! 

Good Morning America calls Extrabux “The latest online shopping technique to help you save big.”

Install the official Extrabux extension and make your shopping even easier!                    

Extension Basic Information

Name Extrabux-Cash Back, Rebates & Deals Assistant Extrabux-Cash Back, Rebates & Deals Assistant
ID infdegpbaoaebllngceboapplllecfpc
Official URL https://chromewebstore.google.com/detail/extrabux-cash-back-rebate/infdegpbaoaebllngceboapplllecfpc
Description Never miss cash back or waste your time searching for coupons and deals again!
File Size 1.6 MB
Installation Count 9,000
Current Version 3.0.24
Last Updated 2023-07-30
Publish Date 2020-04-22
Rating 3.75/5 Total 53 Ratings
Developer https://www.extrabux.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.extrabux.com/help/privacy
Supported Languages de,en,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.0.24",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/main.js"
            ],
            "css": [
                "content-scripts\/main.css",
                "content-scripts\/main.e6ca258b.css"
            ],
            "all_frames": false,
            "match_about_blank": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}