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是由https://cactus-search.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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'" } |