Diffy

Find similar quality alternatives for less.

Cos'è Diffy?

Diffy è un'estensione di Chrome sviluppata da https://shopdiffy.com, e la sua funzione principale è "Find similar quality alternatives for less.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Diffy

Scarica i file di estensione Diffy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        👋 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                    

Informazioni di Base sull'Estensione

Nome Diffy Diffy
ID kbfjonhojlcdljhgnnblleppfcellcap
URL Ufficiale https://chromewebstore.google.com/detail/diffy/kbfjonhojlcdljhgnnblleppfcellcap
Descrizione Find similar quality alternatives for less.
Dimensione del File 394 KB
Conteggio Installazioni 622
Versione Corrente 0.1.0.1
Ultimo Aggiornamento 2022-09-20
Data di Pubblicazione 2020-12-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://shopdiffy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shopdiffy.com/
URL della Pagina di Aiuto https://shopdiffy.com/
Lingue Supportate 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
}