Midori: Healthy Online Shopping

Flag toxic chemicals in personal care products & cosmetics on Sephora, Amazon & more!

Midori: Healthy Online Shopping là gì?

Midori: Healthy Online Shopping là một tiện ích mở rộng Chrome được phát triển bởi http://midori.earth, và tính năng chính của nó là "Flag toxic chemicals in personal care products & cosmetics on Sephora, Amazon & more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Midori: Healthy Online Shopping

Tải xuống các tệp mở rộng Midori: Healthy Online Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Did you know that the EU has banned over 1500 chemicals in cosmetics whereas the USA has only banned 11? The products you use everyday are filled with ingredients that may potentially be harmful to you and we believe you deserve to know!

Midori is a shopping assistant that flags and informs you on chemicals in cosmetics and other personal care products. Our extension will deliver the health impact of ingredients and recommend alternatives. Midori works on over 20 different product categories including:

    ● Skincare and haircare products: Shampoo, Conditioner, Fragrance and Perfume, Moisturizers, Deodorants, Lotions, etc.
    ● Cosmetics: Foundation, Blush, Bronzer, Eye Shadow, Eye Liner, Mascara, Concealer, Contour Sticks, Lipstick, Lip Gloss, Lip Balm, Creams, etc.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Midori: Healthy Online Shopping Midori: Healthy Online Shopping
ID pjfedekacdblbhdppjookfeijladabdh
URL Chính Thức https://chrome.google.com/webstore/detail/midori-healthy-online-sho/pjfedekacdblbhdppjookfeijladabdh
Mô tả Flag toxic chemicals in personal care products & cosmetics on Sephora, Amazon & more!
Kích Thước Tệp 84.18 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2022-03-15
Ngày Phát Hành 2020-11-30
Đánh Giá 5.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển http://midori.earth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.midori.earth/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Midori: Healthy Online Shopping",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Flag toxic chemicals in personal care products & cosmetics on Sephora, Amazon & more!",
    "browser_action": {
        "default_icon": "images\/midori-logo.png",
        "default_title": "Midori: Healthy Online Shopping"
    },
    "icons": {
        "128": "images\/midori-logo.png",
        "16": "images\/midori-logo.png",
        "48": "images\/midori-logo.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/const.js",
            "js\/background.js",
            "js\/tracker.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "css": [
                "css\/layx.min.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/layx.min.js",
                "js\/const.js",
                "js\/content_scripts.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "https:\/\/*.midori.earth\/*",
        "cookies"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "homepage_url": "https:\/\/www.midori.earth",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}