Cactus Search
With our extension, you set Cactus Search as your default search engine & your new tab so you can help plant trees with every search
Τι είναι το Cactus Search;
Το Cactus Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cactus-search.com, και η κύρια λειτουργία του είναι "With our extension, you set Cactus Search as your default search engine & your new tab so you can help plant trees with every search".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cactus Search
Λήψη αρχείων επέκτασης Cactus Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With this extension you can set Cactus Search as your default search engine and customize your new browser tabs so that you can help us to plant trees. 》 By clicking "Add to chrome", you accept and agree to install the Cactus Search extension and setting Chrome™ New Tab search and your default search engine to Cactus Search. By installing you agree with our Terms of use & Privacy Policy. 》Get Cactus Search to plant trees and do something for the climate every day. Just like any other other search engines, we make money from advertisement. However, we use our profits to plant trees and save the environment. We support local projects around the globe. 》Protect your privacy - We don't trace you, we don't sell your data to advertisers, and your searches are always SSL-encrypted. We're interested in trees, not your data. You can find our full privacy policy here: https://cactus-search.com/privacy 》Extension permission We try to reduce the required permission to the absolut minimum.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cactus Search |
ID | cfmfhjkkbmhnjadclpiegblfmddccdjk |
Επίσημο URL | https://chromewebstore.google.com/detail/cactus-search/cfmfhjkkbmhnjadclpiegblfmddccdjk |
Περιγραφή | With our extension, you set Cactus Search as your default search engine & your new tab so you can help plant trees with every search |
Μέγεθος Αρχείου | 301 KB |
Αριθμός Εγκαταστάσεων | 70,868 |
Τρέχουσα Έκδοση | 1.3.4 |
Τελευταία Ενημέρωση | 2023-02-01 |
Ημερομηνία Δημοσίευσης | 2020-10-27 |
Αξιολόγηση | 4.72/5 Συνολικά 85 Αξιολογήσεις |
Προγραμματιστής | https://cactus-search.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://cactus-search.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://cactus-search.com/faq |
URL της Σελίδας Πολιτικής Απορρήτου | http://cactus-search.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.3.4", "description": "__MSG_extDesc__", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_title": "Cactus Search" }, "default_locale": "en", "background": { "scripts": [ ".\/js\/background.js" ], "persistent": false }, "permissions": [ "unlimitedStorage", "storage" ], "externally_connectable": { "matches": [ "https:\/\/cactus-search.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/static.onlinewebapitrack.com ; object-src 'self'" } |