Sonmit - The Search Engine that Fights Cancer

By using Sonmit, you donate money to people with cancer with EVERY search you make. Ohh and yes, your New Tab window looks stunning

Sonmit - The Search Engine that Fights Cancer란 무엇입니까?

Sonmit - The Search Engine that Fights Cancer은(는) http://sonmit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "By using Sonmit, you donate money to people with cancer with EVERY search you make. Ohh and yes, your New Tab window looks stunning"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sonmit - The Search Engine that Fights Cancer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sonmit is a search engine, like Google or Bing, only that donates at least 80% of its profits directly to cancer charities worldwide.

By installing our extension, you will make Sonmit your default search engine & you will generate a sum of money with every search you make, thanks to doing so.

We donate our profits only to highly-trusted and accredited cancer charities.

Not only will our browser extension, dramatically improve the look, feel and functionality of your New Tab page, it will also make the world a better place while searching the web.

★ Top Features ★
✔ Inspirational Quotes (Changes with every New Tab)
✔ Advanced Search Capabilities - Select from the most popular search engines in the world (can be changed easily, even every time you search! Including YouTube, Wikipedia, DuckDuckGo and more...)
✔ Personalized Greeting - We will greet every time you will open a New Tab - Off by default, can be added through settings
✔ And much more...

Thank you so much for the love and support - We do not take this for granted.

Lots of love,
The Sonmit Family.                    

확장 프로그램 기본 정보

이름 Sonmit - The Search Engine that Fights Cancer Sonmit - The Search Engine that Fights Cancer
ID cfdbcmlgfgmmdjhfepmbbeojljdggphg
공식 URL https://chrome.google.com/webstore/detail/sonmit-the-search-engine/cfdbcmlgfgmmdjhfepmbbeojljdggphg
설명 By using Sonmit, you donate money to people with cancer with EVERY search you make. Ohh and yes, your New Tab window looks stunning
파일 크기 970 KB
설치 횟수 224
현재 버전 1.4.1
최근 업데이트 2022-10-11
출시 날짜 2021-04-18
평점 5.00/5 총 73 개의 평점
개발자 http://sonmit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sonmit.com
도움말 페이지 URL https://sonmit.com/faq
개인정보 보호 정책 페이지 URL https://www.sonmit.com/privacy
지원되는 언어 de,en,fr,es,pt-PT,ru,iw,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.4.1",
    "chrome_url_overrides": {
        "newtab": "extension-home.html"
    },
    "icons": {
        "48": "assets\/img\/favicon.png",
        "128": "assets\/img\/128x128.png"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.sonmit.com",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.sonmit.com\/api\/users\/SearchCount\/sendCountToExt.html?*"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "topSites",
        "contextMenus",
        "favicon"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Sonmit",
            "keyword": "sonmit",
            "search_url": "https:\/\/www.sonmit.com\/search\/web?q={searchTerms}&addon=chrome&addonversion=1.4.1&method=topbar",
            "suggest_url": "https:\/\/sonmit.com\/api\/users\/suggestions.php?s={searchTerms}",
            "favicon_url": "https:\/\/www.sonmit.com\/search\/uploads\/brand\/favicon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}