Clearify

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

What is Clearify?

Clearify is a Chrome extension developed by tianaly342, and its main feature is "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.".

Extension Screenshots

screenshot

Download Clearify Extension CRX File

Download Clearify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
Official URL https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
Description Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
File Size 1 MB
Installation Count 57
Current Version 1.0
Last Updated 2023-12-21
Publish Date 2023-12-20
Rating 5.00/5 Total 11 Ratings
Developer tianaly342
Email [email protected]
Payment Type free
Extension Website https://clearify.framer.website/
Supported Languages 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"
            ]
        }
    ]
}