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
公式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
Eメール [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"
}