Clearify

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

Clearify क्या है?

Clearify tianaly342 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clearify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}