Diffy

Find similar quality alternatives for less.

什麼是Diffy?

Diffy是由https://shopdiffy.com開發的Chrome擴展程式,該擴展的主要功能是“Find similar quality alternatives for less.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Diffy擴展crx文件

下載Diffy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        👋 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                    

擴展基本資訊

名稱 Diffy Diffy
ID kbfjonhojlcdljhgnnblleppfcellcap
官方網址 https://chromewebstore.google.com/detail/diffy/kbfjonhojlcdljhgnnblleppfcellcap
簡介 Find similar quality alternatives for less.
檔案大小 394 KB
安裝次數 622
目前版本 0.1.0.1
更新時間 2022-09-20
上架時間 2020-12-31
評分 5.00/5 共 1 次評分
開發者 https://shopdiffy.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://shopdiffy.com/
說明頁面URL https://shopdiffy.com/
支援的語言 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
}