Extrabux-Cash Back, Rebates & Deals Assistant

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

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

Extrabux-Cash Back, Rebates & Deals Assistant is een Chrome-extensie ontwikkeld door https://www.extrabux.com, en de belangrijkste functie is "Never miss cash back or waste your time searching for coupons and deals again!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Extrabux-Cash Back, Rebates & Deals Assistant

Download Extrabux-Cash Back, Rebates & Deals Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Extrabux-Cash Back, Rebates & Deals Assistant Extrabux-Cash Back, Rebates & Deals Assistant
ID infdegpbaoaebllngceboapplllecfpc
Officiële URL https://chromewebstore.google.com/detail/extrabux-cash-back-rebate/infdegpbaoaebllngceboapplllecfpc
Beschrijving Never miss cash back or waste your time searching for coupons and deals again!
Bestandsgrootte 1.6 MB
Aantal Installaties 9,000
Huidige Versie 3.0.24
Laatst Bijgewerkt 2023-07-30
Publicatiedatum 2020-04-22
Beoordeling 3.75/5 Totaal 53 Beoordelingen
Ontwikkelaar https://www.extrabux.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.extrabux.com/help/privacy
Ondersteunde Talen 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:\/\/*\/*"
    ]
}