SafeSearch
Search with SafeSearch.
What is SafeSearch?
SafeSearch is a Chrome extension developed by https://www.safesearch.net, and its main feature is "Search with SafeSearch.".
Extension Screenshots
Download SafeSearch Extension CRX File
Download SafeSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Keep your privacy intact installing SafeSearch Extension. SafeSearch protects your privacy by using our search landing page without any trackers. Prevent searches that may be tracked and tied to your personal information. Make your default page a SafeSearch page. The extension will load a search portal on your new tab. You can also easily search for images on Bing or find your favorite windows apps by clicking on the menu on top right in the new tab. The search queries will be redirected to our search partner Microsoft Bing.
Extension Basic Information
Name | SafeSearch |
ID | dofpbgmibkabhhihnomcmmijlkhaeilm |
Official URL | https://chromewebstore.google.com/detail/safesearch/dofpbgmibkabhhihnomcmmijlkhaeilm |
Description | Search with SafeSearch. |
File Size | 29.75 KB |
Installation Count | 2,069 |
Current Version | 2.8.1 |
Last Updated | 2021-06-29 |
Publish Date | 2014-09-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.safesearch.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.safesearch.net/privacy |
Supported Languages | en |
manifest.json | |
{ "name": "SafeSearch", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "incognito": "split", "description": "Search with SafeSearch.", "homepage_url": "https:\/\/www.safesearch.net\/", "version": "2.8.1", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.safesearch.net\/favicon.ico", "is_default": true, "keyword": "SafeSearch", "name": "SafeSearch", "search_url": "https:\/\/www.safesearch.net\/?q={searchTerms}" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |