Clearify

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

Cos'è Clearify?

Clearify è un'estensione di Chrome sviluppata da tianaly342, e la sua funzione principale è "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clearify

Scarica i file di estensione Clearify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
URL Ufficiale https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
Descrizione Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
Dimensione del File 1 MB
Conteggio Installazioni 57
Versione Corrente 1.0
Ultimo Aggiornamento 2023-12-21
Data di Pubblicazione 2023-12-20
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore tianaly342
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://clearify.framer.website/
Lingue Supportate 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"
            ]
        }
    ]
}