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開發的Chrome擴展程式,該擴展的主要功能是“Search the web with Hulah and earn money for charity”。

擴展截圖

screenshot
screenshot

下載Hulah - The charity donation search engine擴展crx文件

下載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
官方網址 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"
}