Diffy

Find similar quality alternatives for less.

Co je Diffy?

Diffy je rozšíření Chrome vyvinuté https://shopdiffy.com, a jeho hlavní funkcí je „Find similar quality alternatives for less.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Diffy

Stáhněte si soubory rozšíření Diffy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        👋 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                    

Základní Informace o Rozšíření

Název Diffy Diffy
ID kbfjonhojlcdljhgnnblleppfcellcap
Oficiální URL https://chromewebstore.google.com/detail/diffy/kbfjonhojlcdljhgnnblleppfcellcap
Popis Find similar quality alternatives for less.
Velikost souboru 394 KB
Počet instalací 622
Aktuální Verze 0.1.0.1
Poslední Aktualizace 2022-09-20
Datum Vydání 2020-12-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://shopdiffy.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://shopdiffy.com/
URL Stránky Nápovědy https://shopdiffy.com/
Podporované Jazyky 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
}