Seva: The Search Engine For Good

Make a difference with every web search.

Τι είναι το Seva: The Search Engine For Good;

Το Seva: The Search Engine For Good είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sevasearch.org, και η κύρια λειτουργία του είναι "Make a difference with every web search.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Seva: The Search Engine For Good

Λήψη αρχείων επέκτασης Seva: The Search Engine For Good σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension sets your default search engine to Seva. Once installed, you'll make an impact for a cause that you care about every time you search the web.

Effortless charity.

★ We provide support to worthwhile charities ★
Clean the ocean, plant trees, help Ukraine, fund your own nonprofit, feed those in need, and more!

★ How It Works ★
1) Install Seva (Takes 10 Seconds)
2) Join a team (if you want!)
3) You search the web as usual
4) Your searches generate money via ads
5) Profits from searches are donated to charity

★ Why use Seva? ★
1) You help those in need
2) You can join a team and make an impact together
3) Why not?

★ Which charities does Seva work with? ★
World Food Program
Elliot for Water
Ocean Heart
Eden Reforestation Project
St. Jude's Children Research Hospital
Best Friends Animal Society
Saveukraine.org
Other nonprofits

★ How do Seva’s search results compare with Google’s? ★
Try it out for 30 days and see for yourself! We have slightly different results, but it's a fairly seamless transition.

★ How is my privacy more protected with Seva? ★
Unlike Google, we don't track or store your data. We count how many searches you've done to donate the appropriate amount to your charities of choice - that's it!

★ Learn more about Seva ★
To learn more about Seva, please visit our website at https://sevasearch.org

★ Permissions ★
Like any other extension Seva needs certain permissions to function properly.

By clicking ““Add to Chrome”, I accept and agree to installing Seva and setting Default Search to https://sevasearch.org as provided by this service. And to the Terms of Use and Privacy Policy. https://sevasearch.org is powered by Bing results with enhanced features.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Seva: The Search Engine For Good Seva: The Search Engine For Good
ID alllapeapamnmbdmeppjnahmjfneehoe
Επίσημο URL https://chromewebstore.google.com/detail/seva-the-search-engine-fo/alllapeapamnmbdmeppjnahmjfneehoe
Περιγραφή Make a difference with every web search.
Μέγεθος Αρχείου 473 KB
Αριθμός Εγκαταστάσεων 1,488
Τρέχουσα Έκδοση 0.24
Τελευταία Ενημέρωση 2022-11-16
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.95/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής https://sevasearch.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://SevaSearch.org
Διεύθυνση URL της Σελίδας Βοήθειας https://impact.sevasearch.org/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου https://impact.sevasearch.org/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seva: The Search Engine For Good",
    "description": "Make a difference with every web search.",
    "version": "0.24",
    "browser_action": {
        "default_title": "Seva Search - Make a difference with every web search"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/sevasearch.org\/*",
            "https:\/\/stage.sevasearch.org\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Seva: The Search Engine For Good",
            "keyword": "SFAC",
            "search_url": "https:\/\/sevasearch.org\/search?q={searchTerms}&src=chrome",
            "favicon_url": "https:\/\/sevasearch.org\/logo.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "manifest_version": 2
}