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
官方網址 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
電子郵箱 [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"
}