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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://sonmit.com, και η κύρια λειτουργία του είναι "By using Sonmit, you donate money to people with cancer with EVERY search you make. Ohh and yes, your New Tab window looks stunning".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sonmit - The Search Engine that Fights Cancer
Λήψη αρχείων επέκτασης Sonmit - The Search Engine that Fights Cancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } } } |