Curl Checker

Check to see if your hair products are Curly Girl Method approved

Curl Checkerとは何ですか?

Curl CheckerはEmily Jamesによって開発されたChromeの拡張機能で、その主な機能は「Check to see if your hair products are Curly Girl Method approved」です。

拡張機能のスクリーンショット

screenshot
screenshot

Curl Checker拡張機能のCRXファイルをダウンロード

Curl Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Trying to find products that enhance your wavy or curly hair can be complicated. Curl Checker makes it easier by analyzing ingredients to see if products are CG friendly. We look for ingredients like silicones, oils, waxes, and sulfates to let you know if a product is CG approved or if you should keep looking.

Checks ingredients on: Sephora.com, Ulta.com, and Walmart.com

Curl Checker is not associated with Lorraine Massey, the Curly Girl Method (“CGM”), or Curly Girl: The Handbook.                    

拡張機能の基本情報

名前 Curl Checker Curl Checker
ID hcgnkhnnhhdkjohmhglpkckkeiflahdn
公式URL https://chromewebstore.google.com/detail/curl-checker/hcgnkhnnhhdkjohmhglpkckkeiflahdn
説明 Check to see if your hair products are Curly Girl Method approved
ファイルサイズ 1.33 MB
インストール数 35
現在のバージョン 1.0
最終更新日 2020-11-03
公開日 2020-11-03
評価 1.00/5 合計 1 レビュー
開発者 Emily James
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Curl Checker",
    "version": "1.0",
    "description": "Check to see if your hair products are Curly Girl Method approved",
    "browser_action": {
        "default_title": "Curl Checker",
        "default_icon": "images\/32_pink.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.sephora.com\/*",
                "https:\/\/*.ulta.com\/*",
                "https:\/\/*.walmart.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/www.sephora.com\/",
        "https:\/\/www.ulta.com\/",
        "https:\/\/www.walmart.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16_pink.png",
        "32": "images\/32_pink.png",
        "48": "images\/48_pink.png",
        "128": "images\/128_pink.png"
    },
    "manifest_version": 2
}