Diffy

Find similar quality alternatives for less.

Co to jest Diffy?

Diffy to rozszerzenie Chrome opracowane przez https://shopdiffy.com, a jego główną funkcją jest „Find similar quality alternatives for less.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Diffy

Pobierz pliki rozszerzeń Diffy 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

                        👋 Welcome to Diffy! We help you find affordable alternatives for name brand products that cost up to 90% less.

We make online shopping more affordable by giving you great alternatives automatically. Spend less time searching for great alternatives and make online shopping more accessible for you. When a alternative is available, we'll automatically show it to you instantly. From there, you can see how much you could save, and check out the alternative itself. Most of our alternatives are up to 50% less yet have very similar characteristics from looks, ingredients, materials, or quality. With Diffy, you could save hundreds of dollars per year.

Every alternative we suggest is vetted from a variety of ways including user reviews, and influencers. We’re compatible on most sites, and we’ll be adding hundreds of great alternatives each week.

From makeup to clothes, we provide great quality alternatives for almost everything. You can save up to $1,000 a year just by purchasing alternatives through our product recommendations. Download Diffy today and start saving money!

🛍 Shop Anywhere
Whether it’s searching the web or shopping at your favorite online store, we’ll automatically show you a alternative when we have one available.

✅Shop with Confidence
Each product we recommend goes through an intensive review process which identifies high quality alternatives backed by strong positive reviews.

💰Save and Get Big Discounts
Love saving money? Wait until you start using Diffy. Most of our alternatives cost 50% less and are consistent with looks and quality to expensive products.

🔎Skip the Coupons and Research
No more countless hours trying failed coupon codes or discounts, we’ll recommend a great alternative without the hassle. With Diffy, everything can become affordable.

Disclaimer
By using this add-on, you agree to the Diffy Terms & Conditions available at https://shopdiffy.com/privacy-policy                    

Podstawowe informacje o rozszerzeniu

Nazwa Diffy Diffy
ID kbfjonhojlcdljhgnnblleppfcellcap
Oficjalny URL https://chromewebstore.google.com/detail/diffy/kbfjonhojlcdljhgnnblleppfcellcap
Opis Find similar quality alternatives for less.
Rozmiar pliku 394 KB
Liczba instalacji 622
Aktualna Wersja 0.1.0.1
Ostatnia Aktualizacja 2022-09-20
Data Publikacji 2020-12-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://shopdiffy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://shopdiffy.com/
Adres URL Strony Pomocy https://shopdiffy.com/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Diffy",
    "version": "0.1.0.1",
    "description": "Find similar quality alternatives for less.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/shopdiffy.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "images\/close-line.png",
                "popup.css",
                "images\/128.png",
                "images\/logo-with-text.png",
                "main.css",
                "https:\/\/fonts.googleapis.com\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 3
}