Hume

The easy way to make ethical buying choices

What is Hume?

Hume is a Chrome extension developed by https://myhume.com, and its main feature is "The easy way to make ethical buying choices".

Extension Screenshots

screenshot

Download Hume Extension CRX File

Download Hume extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Hume Hume
ID idfooimilpjbbihjbeidflghgdahckck
Official URL https://chromewebstore.google.com/detail/hume/idfooimilpjbbihjbeidflghgdahckck
Description The easy way to make ethical buying choices
File Size 1.9 MB
Installation Count 24
Current Version 2.2.3
Last Updated 2021-03-30
Publish Date 2020-06-16
Rating 5.00/5 Total 1 Ratings
Developer https://myhume.com
Email [email protected]
Payment Type free
Extension Website https://myhume.com/
Help Page URL https://myhume.com/faqs
Privacy Policy Page URL https://myhume.com/privacy
Supported Languages 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"
}