BeFrugal: Automatic Coupons and Cash Back

Automatically apply coupons and cash back at thousands of your favorite stores!

Wat is BeFrugal: Automatic Coupons and Cash Back?

BeFrugal: Automatic Coupons and Cash Back is een Chrome-extensie ontwikkeld door https://www.befrugal.com, en de belangrijkste functie is "Automatically apply coupons and cash back at thousands of your favorite stores!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BeFrugal: Automatic Coupons and Cash Back

Download BeFrugal: Automatic Coupons and Cash Back-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

                        When shopping online, BeFrugal alerts you when you are visiting a store that offers coupons or cash back. During check out, it automatically applies the best combination of coupon codes and activates cash back - delivering great savings to you.
 
---------------------------------------------------------------------------
 
By using this extension, you agree to the BeFrugal Terms & Conditions and EULA available at
https://www.befrugal.com/termsandconditions/ and
https://www.befrugal.com/toolbar/eula.txt                    

Basisinformatie over de Extensie

Naam BeFrugal: Automatic Coupons and Cash Back BeFrugal: Automatic Coupons and Cash Back
ID logldmlncddmdfcjaaljjjkajcnacigc
Officiële URL https://chromewebstore.google.com/detail/befrugal-automatic-coupon/logldmlncddmdfcjaaljjjkajcnacigc
Beschrijving Automatically apply coupons and cash back at thousands of your favorite stores!
Bestandsgrootte 1.64 MB
Aantal Installaties 259,244
Huidige Versie 2024.6.55.0
Laatst Bijgewerkt 2024-01-23
Publicatiedatum 2020-06-09
Beoordeling 4.81/5 Totaal 1603 Beoordelingen
Ontwikkelaar https://www.befrugal.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.befrugal.com/ContactUs/?category=16
URL van de Privacybeleid Pagina https://www.befrugal.com/help/privacypolicy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BeFrugal: Automatic Coupons and Cash Back",
    "short_name": "BeFrugal",
    "description": "Automatically apply coupons and cash back at thousands of your favorite stores!",
    "version": "2024.6.55.0",
    "background": {
        "service_worker": "js\/shoptoolbar.js"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "management"
    ],
    "icons": {
        "16": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/purify.min.js",
                "js\/contentscript.js",
                "js\/autoApplyPrefs.js",
                "js\/documentAccess.js",
                "js\/autoApplyContent.js",
                "js\/showCouponsContent.js",
                "js\/cashbackInjection.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "AutoApplyResources\/*",
                "animations\/badgeIcons\/*",
                "animations\/checkmark\/*",
                "instructionImages\/*",
                "notifybar\/images\/*",
                "disable\/*",
                "ratepopup\/*",
                "fonts\/*",
                "toast_icon.png",
                "search_icon.png",
                "banner_next.png",
                "banner_prev.png",
                "disableExtensionsPage.html",
                "settingsPage.html",
                "up-arrow.png",
                "chrome-arrow.png",
                "chrome-arrow-small.png",
                "skin\/go.png",
                "icon48.png",
                "icon128.png",
                "icon_cb.png",
                "logoTextIcon.png",
                "grey_icon48.png",
                "scrollbar.js",
                "scrollbar.css",
                "js\/newToast.js",
                "js\/notifybar.js",
                "settings\/settings.html",
                "settings\/searchSites.html",
                "images\/gears_normal.png",
                "images\/gears_mouseover.png",
                "images\/settings_dots.png",
                "nouns.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "grey_icon48.png",
        "default_title": "BeFrugal",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts script-src 'self' https:\/\/www.befrugal.com; object-src 'self';"
    }
}