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.

O que é GiveHearts: Raise Money for a Cause for Free?

GiveHearts: Raise Money for a Cause for Free é uma extensão do Chrome desenvolvida por http://givehearts.org, e sua principal característica é "Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GiveHearts: Raise Money for a Cause for Free

Baixe arquivos de extensão GiveHearts: Raise Money for a Cause for Free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome GiveHearts: Raise Money for a Cause for Free GiveHearts: Raise Money for a Cause for Free
ID ponhflelieknmhpebjakdhofmbgoifcn
URL Oficial https://chrome.google.com/webstore/detail/givehearts-raise-money-fo/ponhflelieknmhpebjakdhofmbgoifcn
Descrição Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.
Tamanho do Arquivo 105 KB
Contagem de Instalações 102
Versão Atual 1.01
Última Atualização 2018-12-13
Data de Publicação 2018-12-13
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor http://givehearts.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://givehearts.org
URL da Página de Ajuda https://givehearts.org/f-a-q/
URL da Página de Política de Privacidade https://givehearts.org/privacy
Idiomas Suportados 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"
}