Cheerie - You Search. We Donate.

Cheerie - You Search. We Donate.

O que é Cheerie - You Search. We Donate.?

Cheerie - You Search. We Donate. é uma extensão do Chrome desenvolvida por https://cheerie.org, e sua principal característica é "Cheerie - You Search. We Donate.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cheerie - You Search. We Donate.

Baixe arquivos de extensão Cheerie - You Search. We Donate. 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

                        Search like you already do, only we donate and help save animals.

▶️ What Is It?

Cheerie is a free search engine that donates to animal charities every single time you search the web.

▶️ How It Works

All you have to do is add the Cheerie extension to Chrome. Then, the next time you open up a new tab to search, Cheerie will automatically be used as your search engine… and now every time you search, we will donate to an animal charity with no cost to you.

▶️ Transparent Reporting

You can track where your donations are going at any time.

▶️ Privacy

We also are dedicated to protecting your privacy and do not sell your data to third party systems.

✔️ Download our chrome extension today and start building a better world with every search you do.                    

Informações Básicas da Extensão

Nome Cheerie - You Search. We Donate. Cheerie - You Search. We Donate.
ID hhiffohlmhfhobhohllphmiamcbbmlkl
URL Oficial https://chromewebstore.google.com/detail/cheerie-you-search-we-don/hhiffohlmhfhobhohllphmiamcbbmlkl
Descrição Cheerie - You Search. We Donate.
Tamanho do Arquivo 1.75 MB
Contagem de Instalações 678
Versão Atual 2.0.1
Última Atualização 2024-02-23
Data de Publicação 2021-02-09
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://cheerie.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.cheerie.org
URL da Página de Política de Privacidade https://cheerie.org/legal/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cheerie  - You Search. We Donate.",
    "description": "Cheerie  - You Search. We Donate.",
    "version": "2.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_title": "Cheerie  - You Search. We Donate."
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "topSites",
        "sessions",
        "https:\/\/*\/*",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "www\/index.html"
    },
    "content_security_policy": "navigate-to https:\/\/*.cheerie.org\/; script-src 'self' 'unsafe-eval' blob: filesystem:; object-src 'self' blob: filesystem:;"
}