ElliotForWater

This extension sets Elliot for Water as your default search engine so that, you can help donate clean water every time you search.

Co to jest ElliotForWater?

ElliotForWater to rozszerzenie Chrome opracowane przez http://elliotforwater.com, a jego główną funkcją jest „This extension sets Elliot for Water as your default search engine so that, you can help donate clean water every time you search.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ElliotForWater

Pobierz pliki rozszerzeń ElliotForWater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        How does Elliot for Water work?
 
Elliot for Water is the search engine that donates safe drinking water with every search. In fact, we use 60% of our profit to finance clean water projects in developing countries. Thanks to our users, we have already been able to realize a clean water project for a community in Guinea-Bissau.

Privacy-Friendly
 
Elliot for Water is privacy-friendly as data is automatically deleted every 30 days. Moreover, we encrypt all searches to maximize security and don't sell any of the data to third parties.

Carbon offset
 
Access to clean drinking water prevents people from creating CO2 emissions, as villagers do not need anymore to burn wood to boil and purify their water.
 
Set Elliot for Water as your default search engine and start saving lives today! 

Get Social with us

Instagram: https://www.instagram.com/elliotforwater/
Facebook: https://www.facebook.com/elliotforwater
Youtube: https://youtube.com/channel/UCPxhu7Umb7kBzGVA0DB7uew
Our Blog: https://elliotforwater.wordpress.com/
Twitter: https://twitter.com/elliotforwater

They say about us:

The Guardian
Elliot for Water comes at a time when over 600 million people do not have access to clean water, and around 2.5 billion are without adequate sanitation. As a result, millions die each year from water-related diseases. It is because of this water crisis that Elliot for Water was formed.

Nash + Banks
What if, each online search that you made presented an opportunity to help someone in need? Well, that's precisely what charity search engine Elliot For Water is setting out to do. Their goal is to provide clean drinking water to 1 million people in need by 2025.


Causeartist
Elliot for Water is the first social good search engine that empowers its users to help people in need of clean water by allocating its ad revenue to impact projects.


Conscious Manifesto
What if you could donate water to developing countries every time you searched on the internet? This is now possible with Elliot for Water, a search engine that donates 60% of all profits to providing clean water to people in need.                    

Podstawowe informacje o rozszerzeniu

Nazwa ElliotForWater ElliotForWater
ID ddfnnfelkcabbeebchaegpcdcmdekoim
Oficjalny URL https://chrome.google.com/webstore/detail/elliotforwater/ddfnnfelkcabbeebchaegpcdcmdekoim
Opis This extension sets Elliot for Water as your default search engine so that, you can help donate clean water every time you search.
Rozmiar pliku 512 KB
Liczba instalacji 203
Aktualna Wersja 3.3.2
Ostatnia Aktualizacja 2022-08-18
Data Publikacji 2016-12-13
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper http://elliotforwater.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://elliotforwater.com
Adres URL Strony Pomocy https://elliotforwater.com/About#contact-us
Adres URL Strony Polityki Prywatności https://elliotforwater.com/privacy
Obsługiwane Języki en
manifest.json
{
    "manifest_version": 3,
    "name": "ElliotForWater",
    "version": "3.3.2",
    "short_name": "ElliotForWater",
    "description": "This extension sets Elliot for Water as your default search engine so that, you can help donate clean water every time you search.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Elliot For Water",
            "keyword": "elliotforwater",
            "search_url": "https:\/\/elliotforwater.com\/search?query={searchTerms}&type=web&method=topbar",
            "favicon_url": "https:\/\/elliotforwater.com\/images\/metas\/favicon32x32.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "*:\/\/*.elliotforwater.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.elliotforwater.com\/*",
            "*:\/\/www.elliotforwater.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/elliotforwater.com\/",
        "*:\/\/suggest.finditnowonline.com"
    ],
    "homepage_url": "https:\/\/elliotforwater.com\/",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm1XF7q7PcXwDjWRsYlQz05KkzDMg3KUmQWgZTAOMxZsOYuRY3OJzumXFjzHO0vSqpgep+rTb+t0tIhGRW2ay8nTXdCTEhs5i3O4Em62gjJ1SGAH3Qjo0OLFBZD2WcVlAOw6kzhU6nYgJm1pEBndnABl4EWDh1hWUC5ohnSRd+YdQXn7hsybIWriV+qgdTQptC1HyyzWihAZJ3Byg07vb2FTRRz05GDgYj+h2Qm96CU9CUogjakrSDGQzEyBSvhIfstl\/rGA5VL6suyRjMpyzI7AhJqYpTYKKPaf2fTk+k06fbCvpO5pLnCda1PZav7m0oc\/Ugztkb2jQF2sF3tXM+QIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}