Diffy

Find similar quality alternatives for less.

Diffyคืออะไร?

Diffy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopdiffy.com และคุณลักษณะหลักของมันคือ "Find similar quality alternatives for less."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Diffy

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}