Hume

The easy way to make ethical buying choices

Hvad er Hume?

Hume er en Chrome-udvidelse udviklet af https://myhume.com, og dens hovedfunktion er "The easy way to make ethical buying choices".

Udvidelsesskærmbilleder

screenshot

Download Hume-udvidelses-CRX-fil

Download Hume-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Hume Hume
ID idfooimilpjbbihjbeidflghgdahckck
Officiel URL https://chromewebstore.google.com/detail/hume/idfooimilpjbbihjbeidflghgdahckck
Beskrivelse The easy way to make ethical buying choices
Filstørrelse 1.9 MB
Antal Installationer 24
Nuværende Version 2.2.3
Senest Opdateret 2021-03-30
Udgivelsesdato 2020-06-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://myhume.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://myhume.com/
Hjælpeside-URL https://myhume.com/faqs
URL til Fortrolighedspolitik Side https://myhume.com/privacy
Understøttede Sprog 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"
}