Hume

The easy way to make ethical buying choices

Humeとは何ですか?

Humeはhttps://myhume.comによって開発されたChromeの拡張機能で、その主な機能は「The easy way to make ethical buying choices」です。

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

screenshot

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

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

拡張機能の使用方法

                        Shop guilt free.

We believe every dollar we spend is a vote for the world we want. 
We believe we can have a fair, kind world without having to sacrifice. 
We believe in respect for all life.

Hume features:
● Find ethical alternatives to your favorite brands and products WHILE YOU’RE SHOPPING!
● Save your favorites
● Create “playlists”  of your favorite products
● Follow your friends or beauty gurus to discover new brands and products

Follow us to get news and updates:
● https://myhume.com
● https://www.instagram.com/hume.assist/
● https://twitter.com/hume_assist
● https://www.facebook.com/hume.assist/

Visit https://myhume.com/faqs or email us at [email protected] anytime!                    

拡張機能の基本情報

名前 Hume Hume
ID idfooimilpjbbihjbeidflghgdahckck
公式URL https://chromewebstore.google.com/detail/hume/idfooimilpjbbihjbeidflghgdahckck
説明 The easy way to make ethical buying choices
ファイルサイズ 1.9 MB
インストール数 24
現在のバージョン 2.2.3
最終更新日 2021-03-30
公開日 2020-06-16
評価 5.00/5 合計 1 レビュー
開発者 https://myhume.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://myhume.com/
ヘルプページのURL https://myhume.com/faqs
プライバシーポリシーページのURL https://myhume.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hume",
    "description": "The easy way to make ethical buying choices",
    "version": "2.2.3",
    "icons": {
        "16": "images\/extension-logo-default-16x16.png",
        "48": "images\/extension-logo-default-48x48.png",
        "128": "images\/extension-logo-default-128x128.png"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "",
        "notifications",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/config.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/accounts.google.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/config.js",
            "js\/url_checker.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/extension-logo-default-128x128.png",
        "default_popup": "html\/main.html"
    },
    "oauth2": {
        "client_id": "1009595378311-08jdb0qj71848v94e1u5c0tt89q55f60.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvH0nQJZSNXCe6zXvS3820Vz\/utkrYViRDjEWegEYEa6Lr8cdHAvjDeqgCBsXtxJ8cA6wQvoTk\/WtoVm0eoNVogG0sLrsqOhkyk1Do44bwT71Z9ZoV6uqWsS9gzS\/KP4UfsA4\/LL6l2vk0jeC50iKEECEYvNWQHJoye0hp0d11Xmod0p1oLZItWs\/BbjE\/j2UEBBQXdjLuVquro5Zw7f0wydayALAjD1VuVqC4+3+ARh6iUkH5Xp\/Sd7cr8IVQ8Vwj0f23f1+ybPcFMqwC+PtFVJP59MFCp4TpBwmFMOx47AEu6rpaBf\/rNQ5zSiXoLEFxlBJx9zlRmn9PQdac\/wCEQIDAQAB"
}