Clearify

Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.

ما هو Clearify؟

Clearify هو إضافة Chrome تم تطويرها بواسطة tianaly342، والميزة الرئيسية لها هي "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Clearify

قم بتنزيل ملفات الامتداد Clearify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Clearify is a cosmetic shopping browser extension that (1) scans a product’s ingredients list as you shop and (2) checks if a cosmetic is safe for your skin, e.g. silicone-free, alcohol-free, or FA-safe (fungal acne-safe), using the community-trusted EWG Skin Deep Database.

Conveniently tooled as a browser extension, Clearify makes cosmetic analysis easy while you shop for skincare or makeup.

No extra tabs. No extra stress.                    

معلومات أساسية عن التمديد

الاسم Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
الوصف Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
حجم الملف 1 MB
عدد التثبيتات 57
النسخة الحالية 1.0
آخر تحديث 2023-12-21
تاريخ النشر 2023-12-20
تقييم 5.00/5 مجموع تقييمات 11
المطور tianaly342
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://clearify.framer.website/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clearify",
    "version": "1.0",
    "description": "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/clearify_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}