GiveHearts: Raise Money for a Cause for Free

Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.

GiveHearts: Raise Money for a Cause for Freeとは何ですか?

GiveHearts: Raise Money for a Cause for Freeはhttp://givehearts.orgによって開発されたChromeの拡張機能で、その主な機能は「Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GiveHearts: Raise Money for a Cause for Free拡張機能のCRXファイルをダウンロード

GiveHearts: Raise Money for a Cause for Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        GiveHearts.org allows you to support your favorite charity, non-profit, church, school, cause, etc just by browsing the internet.  

You can choose your favorite charity from our list, or suggest a new one for us to add - We're always looking for good causes!

GiveHearts.org is able to generate money for these charities by replacing your browser's blank "new tab" page with one that contains a beautiful background, a clock, local weather, and 2-3 ads along the bottom.  These ads generate money which we then donate to the cause(s) that you choose to support.  You can automatically give to the same cause every month, or donate your earnings, we call them "Hearts", to different causes.

We think this is an awesome way for just about anyone to give to a worthy cause and hope you'll like it too.  Our extension is easy to try and easy to remove if you find it's not for you.  Join GiveHearts and support your cause - Download the extension now!

Learn more at https://givehearts.org/

Privacy and Security

We take your privacy and security very seriously.  So, we've made the GiveHearts extension as simple as possible.  We don't ask for any browser permissions aside from being able to set what's on a new tab (no storage permissions, no active tab permission, etc).  We don't collect any information about you aside from your email if you choose to sign in.  We've even made GiveHearts so it can work pretty much just as well even if you choose to never sign in.  For users who choose to not sign in, the only thing we know about you is the random number we assign to you when you first start and which charity you want to give to.

The new tab page GiveHearts creates contains ads that help us raise money for the charity you choose to support. These ads are delivered by our advertising partners. These partners may collect anonymized data about you in order to show you ads you'll be interested in.  However, we also go to great lengths to limit the ad partners with which we work to ensure that only the organizations with the highest data privacy and security standards are allowed onto the GiveHearts tab.

You can learn more about our privacy policty  at https://givehearts.org/privacy/                    

拡張機能の基本情報

名前 GiveHearts: Raise Money for a Cause for Free GiveHearts: Raise Money for a Cause for Free
ID ponhflelieknmhpebjakdhofmbgoifcn
公式URL https://chrome.google.com/webstore/detail/givehearts-raise-money-fo/ponhflelieknmhpebjakdhofmbgoifcn
説明 Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.
ファイルサイズ 105 KB
インストール数 102
現在のバージョン 1.01
最終更新日 2018-12-13
公開日 2018-12-13
評価 4.00/5 合計 2 レビュー
開発者 http://givehearts.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://givehearts.org
ヘルプページのURL https://givehearts.org/f-a-q/
プライバシーポリシーページのURL https://givehearts.org/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "iframe.html"
    },
    "manifest_version": 2,
    "description": "Raise money for charity as you browse the web!  GiveHearts raises money for non-profits for free every time you use your browser.",
    "icons": {
        "16": ".\/img\/GiveHearts - Square 16x16.png",
        "57": ".\/img\/GiveHearts - Square 57x57.png",
        "72": ".\/img\/GiveHearts - Square 72x72.png",
        "114": ".\/img\/GiveHearts - Square 114x114.png",
        "128": ".\/img\/GiveHearts - Square 128x128.png",
        "144": ".\/img\/GiveHearts - Square 144x144.png"
    },
    "name": "GiveHearts: Raise Money for a Cause for Free",
    "short_name": "GiveHearts",
    "background": {
        "scripts": [
            "ext-background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.01"
}