Clearya

Nontoxic Shopping Simplified

Τι είναι το Clearya;

Το Clearya είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.clearya.com, και η κύρια λειτουργία του είναι "Nontoxic Shopping Simplified".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clearya

Λήψη αρχείων επέκτασης Clearya σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Clearya: Nontoxic Shopping Made Easy!

Discover safer, nontoxic products with Clearya – your ultimate shopping companion for safer online purchases.

1. Easily shop online at Amazon, Target, Sephora, iHerb, and Walmart with confidence, knowing the safety of the product ingredients before buying.

2. Automatic alerts on potential health risks hidden in ingredients lists for beauty, personal care, baby care, cleaning products, and more.

3. Find safe, vetted alternatives to products containing toxic ingredients.

4. Based on official toxic chemical databases from the U.S., Canada, EU, Japan, and more.

5. Alerts for thousands of known and suspected carcinogens (may cause cancer), hormone disruptors (endocrine disruption), reproduction toxicants (may harm fertility), developmental toxicants (may cause birth defects and other harm to the developing child), allergens, and other banned or restricted ingredients.

6. Free, unbiased, and ad-free, funded by donations.

7. Privacy-focused – we don't even ask for your email.

Shop smarter and healthier with Clearya, the browser extension that empowers you to make informed choices and avoid harmful chemicals in everyday products.

Contact us at: [email protected]

We'd love to hear your feedback as well as any questions you have on Healthy Living, Safe Cosmetics, and Clean Beauty.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clearya Clearya
ID imenjneiobjaiopidanhnejjjaifdhcf
Επίσημο URL https://chromewebstore.google.com/detail/clearya/imenjneiobjaiopidanhnejjjaifdhcf
Περιγραφή Nontoxic Shopping Simplified
Μέγεθος Αρχείου 310 KB
Αριθμός Εγκαταστάσεων 9,575
Τρέχουσα Έκδοση 1.7.3.5
Τελευταία Ενημέρωση 2024-01-25
Ημερομηνία Δημοσίευσης 2020-07-01
Αξιολόγηση 5.00/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://www.clearya.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.clearya.com/legal
Υποστηριζόμενες Γλώσσες en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.7.3.5",
    "icons": {
        "128": "assets\/icon128b.png",
        "48": "assets\/icon48b.png",
        "32": "assets\/icon32b.png",
        "16": "assets\/icon16b.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.ttf",
                "assets\/*.jpg",
                "jquery-3.3.1.min.js",
                "container.html",
                "templates\/*.css",
                "templates\/*.html",
                "templates\/*.jpg",
                "templates\/*.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "imenjneiobjaiopidanhnejjjaifdhcf"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/icon16b_off.png",
        "default_title": "Clearya",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.clearya.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "alarms"
    ],
    "optional_host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.sephora.com\/*",
        "https:\/\/*.iherb.com\/*",
        "https:\/\/*.walmart.com\/*",
        "https:\/\/*.target.com\/*"
    ]
}