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
Eメール [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:;"
}