My Secure Search
We help keep your searches safe and secure.
What is My Secure Search?
My Secure Search is a Chrome extension developed by http://safesearchtab.com, and its main feature is "We help keep your searches safe and secure.".
Extension Screenshots
Download My Secure Search Extension CRX File
Download My Secure Search 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
My Secure Search provides a safe searching experience. We help keep you safe by checking every search result and website through our extension. My Secure Search changes your default search provider to Bing and give you a new tab which also defaults your search to bing. We hope you enjoy!
Extension Basic Information
Name | |
ID | gocbljahodmfkllelmfjejckfddonhnl |
Official URL | https://chrome.google.com/webstore/detail/my-secure-search/gocbljahodmfkllelmfjejckfddonhnl |
Description | We help keep your searches safe and secure. |
File Size | 131 KB |
Installation Count | 82 |
Current Version | 1.0 |
Last Updated | 2019-12-05 |
Publish Date | 2019-12-05 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://safesearchtab.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Secure Search", "description": "We help keep your searches safe and secure.", "version": "1.0", "browser_action": { "default_title": "My Secure Search" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/safesearchtab.com\/favicon.ico", "image_url": "https:\/\/safesearchtab.com\/assets\/icons\/shield.png", "is_default": true, "keyword": "gm", "name": "Web", "search_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b", "suggest_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |