Cheerie - You Search. We Donate.

Cheerie - You Search. We Donate.

Cheerie - You Search. We Donate. क्या है?

Cheerie - You Search. We Donate. https://cheerie.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cheerie - You Search. We Donate."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cheerie - You Search. We Donate. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:;"
}