Goodsearch - Search & earn money for charity

Earn money for charity with every search.

Goodsearch - Search & earn money for charity란 무엇입니까?

Goodsearch - Search & earn money for charity은(는) https://goodsearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn money for charity with every search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Goodsearch - Search & earn money for charity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        By using this extension, you'll be setting your default search engine to Goodsearch, making it simple to earn money for charity with every search.

How it works

Goodsearch is the search engine for good. Just like other search engines, Goodsearch generates ad revenue with every search you conduct, then $0.01 of that revenue is credited to your donation search bank. When you earn money by searching, you'll be able to donate it to your favorite charity.

Start donating to your favorite charity now, with the Goodsearch Chrome extension!

Your privacy is important. Goodsearch doesn't sell your data, so you can rest easy knowing your search history is secure. Read more about our privacy policy (https://www.goodsearch.com/privacy).                    

확장 프로그램 기본 정보

이름 Goodsearch - Search & earn money for charity Goodsearch - Search & earn money for charity
ID iaddnieblncoaceemlhlbaegajapbcmi
공식 URL https://chromewebstore.google.com/detail/goodsearch-search-earn-mo/iaddnieblncoaceemlhlbaegajapbcmi
설명 Earn money for charity with every search.
파일 크기 621 KB
설치 횟수 2,384
현재 버전 2.0.2
최근 업데이트 2023-10-17
출시 날짜 2020-09-22
평점 3.75/5 총 4 개의 평점
개발자 https://goodsearch.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.goodsearch.com
도움말 페이지 URL https://www.goodshop.com/contact
개인정보 보호 정책 페이지 URL https://www.goodsearch.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goodsearch - Search & earn money for charity",
    "description": "Earn money for charity with every search.",
    "homepage_url": "https:\/\/www.goodsearch.com",
    "action": {
        "default_icon": {
            "16": "favicon-16.png",
            "48": "favicon-48.png",
            "96": "favicon-96.png",
            "128": "favicon-128.png"
        },
        "default_title": "Goodsearch - Search & earn money for charity"
    },
    "icons": {
        "16": "favicon-16.png",
        "48": "favicon-48.png",
        "96": "favicon-96.png",
        "128": "favicon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.goodsearch.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.goodsearch.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.goodsearch.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "version": "2.0.2"
}