Fudge - Coupons, Deals

Want coupons? Fudge saves you money every time you shop online, with automatic coupons, discounts, cash back & rewards!

Co to jest Fudge - Coupons, Deals?

Fudge - Coupons, Deals to rozszerzenie Chrome opracowane przez https://www.joinfudge.com, a jego główną funkcją jest „Want coupons? Fudge saves you money every time you shop online, with automatic coupons, discounts, cash back & rewards!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fudge - Coupons, Deals

Pobierz pliki rozszerzeń Fudge - Coupons, Deals w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Fudge automatically finds, tests and applies coupon codes directly at the checkout  of almost any online store, so you get the largest possible saving each time you shop.

Stop searching for coupons, start saving in seconds, never pay full price again.

- Simply install the extension with one click
- Every time you visit a store, the extension will search for all the codes available.
- When your ready to buy, with one click Fudge will automatically test all the codes.
- Fudge will then select and apply the code that provides the biggest saving!

Why use Fudge?

- Save money every time you shop online.
- Fudge works on stores in any country!
- Fudge works automatically on almost any website.
- Fudge finds more codes, we find and test them all, including the rare ones.
- We respect your privacy, no unnecessary browsing or personal data is shared. 
- There`s no need to register, Fudge works without the need for your email address.
- Automatically find the best deals.


By using this extension, you agree to our Terms & Conditions and privacy policy at https://www.joinfudge.com/privacy.html

Google Analytics Disclaimer:
We use Google Analytics to collect extension usage statistics to help improve user experience. 
Basic data such as IP address, country and OS data is collected.
If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout

Download Fudge & start saving time and money!                    

Podstawowe informacje o rozszerzeniu

Nazwa Fudge - Coupons, Deals Fudge - Coupons, Deals
ID elhbemppjhmjcpncnehjckaeldpbibih
Oficjalny URL https://chromewebstore.google.com/detail/fudge-coupons-deals/elhbemppjhmjcpncnehjckaeldpbibih
Opis Want coupons? Fudge saves you money every time you shop online, with automatic coupons, discounts, cash back & rewards!
Rozmiar pliku 384 KB
Liczba instalacji 848
Aktualna Wersja 1.2.7
Ostatnia Aktualizacja 2021-04-09
Data Publikacji 2020-05-13
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.joinfudge.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.joinfudge.com
Adres URL Strony Polityki Prywatności https://www.joinfudge.com/privacy.html
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,nl,no,tr,ca,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,gu,ta,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Fudge",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.7",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/api.joinfudge.com  https:\/\/joinfudge.com https:\/\/www.joinfudge.com  https:\/\/ssl.google-analytics.com  https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "fudge_app_v1.0.0.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/fudge_config.js",
                "js\/fudge_go.js"
            ],
            "css": [
                "css\/fudge-ui.min.css"
            ],
            "match_about_blank": true,
            "all_frames": false,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "index.html",
        "images\/*",
        "css\/*"
    ],
    "icons": {
        "16": "icons\/fudge-icon-16.png",
        "20": "icons\/fudge-icon-20.png",
        "30": "icons\/fudge-icon-30.png",
        "48": "icons\/fudge-icon-48.png",
        "128": "icons\/fudge-icon-128.png"
    },
    "browser_action": {
        "default_title": "Fudge - Automatic Coupons!",
        "default_popup": "app\/fudge_widget.html",
        "default_icon": {
            "16": "icons\/fudge-icon-default-16.png",
            "20": "icons\/fudge-icon-default-20.png",
            "30": "icons\/fudge-icon-default-30.png",
            "48": "icons\/fudge-icon-default-48.png",
            "128": "icons\/fudge-icon-default-128.png"
        }
    }
}