Midori: Healthy Online Shopping

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

Midori: Healthy Online Shopping란 무엇입니까?

Midori: Healthy Online Shopping은(는) http://midori.earth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flag toxic chemicals in personal care products & cosmetics on Sephora, Amazon & more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Midori: Healthy Online Shopping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Midori: Healthy Online Shopping Midori: Healthy Online Shopping
ID pjfedekacdblbhdppjookfeijladabdh
공식 URL https://chrome.google.com/webstore/detail/midori-healthy-online-sho/pjfedekacdblbhdppjookfeijladabdh
설명 Flag toxic chemicals in personal care products & cosmetics on Sephora, Amazon & more!
파일 크기 84.18 KB
설치 횟수 169
현재 버전 2.1.0
최근 업데이트 2022-03-15
출시 날짜 2020-11-30
평점 5.00/5 총 29 개의 평점
개발자 http://midori.earth
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.midori.earth/
지원되는 언어 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'"
}