Hulah - The charity donation search engine

Search the web with Hulah and earn money for charity

Τι είναι το Hulah - The charity donation search engine;

Το Hulah - The charity donation search engine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hulah.org, και η κύρια λειτουργία του είναι "Search the web with Hulah and earn money for charity".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hulah - The charity donation search engine

Λήψη αρχείων επέκτασης Hulah - The charity donation search engine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Raise money for your favourite charities just by searching the internet. Hulah will donate ad revenue transparently to charity.

The Hulah add-on changes your default search provider in Chrome to Hulah (we use Microsoft Bing's search infrastructure). Then each time you search, you will see search results and ads that generate small amounts of revenue per click. The ads and search raise money, and we give a portion of it to charity.

Take control of your search. People like you have raised hundreds of thousands of dollars for charity just by surfing the web. Join them by adding our extension now and make your Impact.

Please read carefully:
By clicking “ADD TO CHROME” you accept and agree to install the Hulah Extension, to set the Chrome™ New Tab and Default search to 
Hulah , and to the Terms of Use and Privacy Policy.                    

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

Όνομα Hulah - The charity donation search engine Hulah - The charity donation search engine
ID ikeegbjkhjbodaejcdalhjbghjmbifmo
Επίσημο URL https://chromewebstore.google.com/detail/hulah-the-charity-donatio/ikeegbjkhjbodaejcdalhjbghjmbifmo
Περιγραφή Search the web with Hulah and earn money for charity
Μέγεθος Αρχείου 483 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 0.1.6
Τελευταία Ενημέρωση 2021-03-22
Ημερομηνία Δημοσίευσης 2021-03-22
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://hulah.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hulah.org/
Διεύθυνση URL της Σελίδας Βοήθειας https://hulah.org/faq
URL της Σελίδας Πολιτικής Απορρήτου https://hulah.org/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "favicon.ico"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Hulah Search",
            "keyword": "Hulah",
            "encoding": "UTF-8",
            "search_url": "https:\/\/www.hulah.org\/search?q={searchTerms}",
            "favicon_url": "https:\/\/www.hulah.org\/favicon.png",
            "is_default": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "newTabPage.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' chrome:\/\/favicon;",
    "description": "Search the web with Hulah and earn money for charity",
    "homepage_url": "https:\/\/www.hulah.org",
    "icons": {
        "16": "\/assets\/images\/favicon.png",
        "32": "\/assets\/images\/favicon.png",
        "48": "\/assets\/images\/favicon.png",
        "128": "\/assets\/images\/favicon.png"
    },
    "manifest_version": 2,
    "name": "Hulah - The charity donation search engine",
    "permissions": [
        "topSites",
        "*:\/\/*.hulah.org\/*",
        "chrome:\/\/favicon\/*"
    ],
    "version": "0.1.6"
}