Soulsmile Club

Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.

什么是Soulsmile Club?

Soulsmile Club是由Soulsmile Club开发的Chrome扩展程序,该扩展的主要功能是“Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.”。

扩展截图

screenshot
screenshot
screenshot

下载Soulsmile Club扩展crx文件

下载Soulsmile Club扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Money is flawed. As consumers, we often choose to buy a $5 cup of coffee rather than to give it to disaster relief. We click into Wikipedia every day but close their banner pleading for contributions. We depend on charities to save the world but we don't donate. We do care, but it stings to give real money away. What if there is a way to make people less stingy? What if there is a currency that has no value except when it is given away? What if there is a way to bridge consumerism and social consciousness?

Introducing Soulsmile Club. We envision a world where everyday consumerism can fuel social change. 

When you shop online with this browser extension, Soulsmile Club automatically earns commission, which we call soulsmiles. However, instead of keeping it, we direct all the commission we receive towards organizations working on the most pressing humanitarian issues today. This way, you can give back to your community without spending extra.

By downloading this extension, you are accepting the terms and conditions discussed within our privacy policy.                    

扩展基本信息

名称 Soulsmile Club Soulsmile Club
ID iikdmahefbhmbconbhnfenejbdilchda
官方URL https://chrome.google.com/webstore/detail/soulsmile-club/iikdmahefbhmbconbhnfenejbdilchda
简介 Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.
文件大小 1.51 MB
安装次数 22
当前版本 0.0.0.15
更新时间 2021-04-18
上架时间 2020-06-28
评分 5.00/5 共12次评分
开发者 Soulsmile Club
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.soulsmile.club/
隐私政策页面URL https://www.soulsmile.club/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soulsmile Club",
    "description": "Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.",
    "version": "0.0.0.15",
    "browser_action": {
        "default_icon": {
            "16": "soulsmile-16.png",
            "24": "soulsmile-24.png",
            "32": "soulsmile-32.png"
        },
        "default_title": "Open the popup",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "boundary\/boundary.css",
                "your-stylesheet-for-boxes.css"
            ],
            "js": [
                "boundary\/jquery.js",
                "boundary\/boundary.js",
                "notifications.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "soulsmile-16.png",
        "48": "soulsmile-48.png",
        "128": "soulsmile-128.png"
    },
    "oauth2": {
        "client_id": "102531695976-ir2rn69r7pg4ofspnpsjr8vbb85tlnsl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg32Y91fHhSocjweDMB0nEadz6d75fzDrYaANmW2WAU2pX0voPA3+tI0RqqufpasUQaCTuw+9Tbpyu\/QLFt7z6h1A0kSig+X7cMKsDwMKOy\/9ono6GPD3I1AYr9OMCPYteq2Sp1B\/yGXXiefjoEYXtSIck\/IfPeYSCKm\/AUGb1dwA8a9FHuCSSAMpbcDebW2MrkVfewuEWaNu\/sdttdLJ9\/WUbZ0PkE5xt5XXn3oxXjZsZ96JhmS7Gf+1YOa+VwDcsQBEm5PMdsAIbS1K6FMl7UrmZTtF8kMdS2mvHlObmOyIAYoEZIKGcxm1Pg9Go\/zKaRRBUW+ouSKqpLMqEjDLpwIDAQAB",
    "content_security_policy": "script-src 'self' 'sha256-ypW0wr1e+CGRr7YiTWwceJUjgoz6vEZ8WUfw8wlh4es=' https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        "boundary\/boundary-extra.css",
        "bootstrap.min.css",
        "your-stylesheet-for-elements-within-boxes.css",
        "fonts\/*.woff2",
        "fonts\/*.woff",
        "fonts\/*.ttf"
    ]
}