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 https://hulah.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the web with Hulah and earn money for charity"।

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

screenshot
screenshot

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

crx प्रारूप में Hulah - The charity donation search engine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

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