Givero - Search the web to support charities

Transform your web searches into a force for good. 20 seconds is all it takes. This extension sets Givero as your search engine.

Givero - Search the web to support charities là gì?

Givero - Search the web to support charities là một tiện ích mở rộng Chrome được phát triển bởi https://www.givero.com, và tính năng chính của nó là "Transform your web searches into a force for good. 20 seconds is all it takes. This extension sets Givero as your search engine.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Givero - Search the web to support charities

Tải xuống các tệp mở rộng Givero - Search the web to support charities dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Givero is the search engine for people who want to positively impact the World. When you search the web using Givero, we donate half of our advertising revenue to good causes close to your heart.

This official add-on sets Givero as your default search engine.


Here is how it works:

1) Givero works like any other search engine. The catch? It lets you raise money for your favorite cause by doing something you do every day - searching the web.

2) Choose which good cause gets the money you've raised. If you don't nominate a single cause, donations will be split evenly between all supported non-profit organizations.

3) Donate without spending a dime. Our policy is simple: When you search the web using Givero, half of our ad revenue go to a good cause of your choice.


We know what you're thinking. "How do these guys pay their bills?".

Yes, Givero isn't an ad-free search engine. But if you make it your default search engine you might sleep better at night. Because Givero directs advertisers' money toward a good cause you care about.

That's why, for every web search you make using Givero, we donate 50% of our ad revenue to good causes. You raise enough money simply by surfing the web. We donate to save the giraffes in Africa, rid the World's oceans of plastic and help little girls go to school in Syria.


On top of that, Givero offers:
* Excellent search results.
* Full transparency of earnings and payments with monthly reports.
* Privacy-friendly search with options to turn off personalized search results and no personalized ads.
* One-click search exits below the search results.
* Open-source "Search Bangs", which are shortcuts used to quickly perform searches on other sites.
* Open-source "Instant Answers", which are small apps shown directly in the search results, e.g. a calculator, timer and stopwatch.


Read more about Givero here:
https://www.givero.com/faq

Our Privacy Policy:
https://www.givero.com/privacy

Who we are and why we do this:
https://www.givero.com/about                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Givero - Search the web to support charities Givero - Search the web to support charities
ID ijffkdpcgionaiibjbccnfhifegiklem
URL Chính Thức https://chrome.google.com/webstore/detail/givero-search-the-web-to/ijffkdpcgionaiibjbccnfhifegiklem
Mô tả Transform your web searches into a force for good. 20 seconds is all it takes. This extension sets Givero as your search engine.
Kích Thước Tệp 58.59 KB
Số Lần Cài Đặt 351
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2019-04-05
Ngày Phát Hành 2019-04-05
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.givero.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.givero.com
URL Trang Trợ Giúp https://www.givero.com/faq
URL Trang Chính Sách Bảo Mật https://www.givero.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Givero - Search the web to support charities",
    "version": "1.4.1",
    "description": "Transform your web searches into a force for good. 20 seconds is all it takes. This extension sets Givero as your search engine.",
    "browser_action": {
        "default_icon": "images\/icon_default.png"
    },
    "permissions": [],
    "icons": {
        "16": "images\/givero_16.png",
        "32": "images\/givero_32.png",
        "48": "images\/givero_48.png",
        "64": "images\/givero_64.png",
        "96": "images\/givero_96.png",
        "128": "images\/givero_128.png",
        "192": "images\/givero_192.png",
        "256": "images\/givero_256.png",
        "512": "images\/givero_512.png"
    },
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": true
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Givero",
            "keyword": "givero",
            "search_url": "https:\/\/www.givero.com\/search?q={searchTerms}&src=ext",
            "favicon_url": "https:\/\/www.givero.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}