Clearify

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

Wat is Clearify?

Clearify is een Chrome-extensie ontwikkeld door tianaly342, en de belangrijkste functie is "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clearify

Download Clearify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
Officiële URL https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
Beschrijving Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
Bestandsgrootte 1 MB
Aantal Installaties 57
Huidige Versie 1.0
Laatst Bijgewerkt 2023-12-21
Publicatiedatum 2023-12-20
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar tianaly342
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clearify.framer.website/
Ondersteunde Talen 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"
            ]
        }
    ]
}