Hume

The easy way to make ethical buying choices

Was ist Hume?

Hume ist eine Chrome-Erweiterung, die von https://myhume.com entwickelt wurde, und ihr Hauptmerkmal ist "The easy way to make ethical buying choices".

Erweiterungsscreenshots

screenshot

Hume-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hume-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Hume Hume
ID idfooimilpjbbihjbeidflghgdahckck
Offizielle URL https://chromewebstore.google.com/detail/hume/idfooimilpjbbihjbeidflghgdahckck
Beschreibung The easy way to make ethical buying choices
Dateigröße 1.9 MB
Installationsanzahl 24
Aktuelle Version 2.2.3
Letztes Update 2021-03-30
Veröffentlichungsdatum 2020-06-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://myhume.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://myhume.com/
Hilfeseite URL https://myhume.com/faqs
URL der Datenschutzrichtlinien-Seite https://myhume.com/privacy
Unterstützte Sprachen 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"
}