Cheerie - You Search. We Donate.

Cheerie - You Search. We Donate.

什么是Cheerie - You Search. We Donate.?

Cheerie - You Search. We Donate.是由https://cheerie.org开发的Chrome扩展程序,该扩展的主要功能是“Cheerie - You Search. We Donate.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Cheerie - You Search. We Donate.扩展crx文件

下载Cheerie - You Search. We Donate.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cheerie - You Search. We Donate. Cheerie - You Search. We Donate.
ID hhiffohlmhfhobhohllphmiamcbbmlkl
官方URL https://chromewebstore.google.com/detail/cheerie-you-search-we-don/hhiffohlmhfhobhohllphmiamcbbmlkl
简介 Cheerie - You Search. We Donate.
文件大小 1.75 MB
安装次数 678
当前版本 2.0.1
更新时间 2024-02-23
上架时间 2021-02-09
评分 5.00/5 共3次评分
开发者 https://cheerie.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cheerie.org
隐私政策页面URL https://cheerie.org/legal/privacy
支持的语言 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:;"
}