Findx Default Search
Findx - search in private. Take a stance against involuntary data collection.
What is Findx Default Search?
Findx Default Search is a Chrome extension developed by https://findx.com, and its main feature is "Findx - search in private. Take a stance against involuntary data collection.".
Extension Screenshots
Download Findx Default Search Extension CRX File
Download Findx Default 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
Findx is a search engine with a strong focus on privacy. This official add-on sets Findx as your default search engine.
Extension Basic Information
Name | Findx Default Search |
ID | geahfdadhjfapiobjjgjdoimibohfeml |
Official URL | https://chromewebstore.google.com/detail/findx-default-search/geahfdadhjfapiobjjgjdoimibohfeml |
Description | Findx - search in private. Take a stance against involuntary data collection. |
File Size | 17.91 KB |
Installation Count | 26 |
Current Version | 1.1.0 |
Last Updated | 2019-09-27 |
Publish Date | 2019-09-27 |
Developer | https://findx.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.findx.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Findx Default Search", "version": "1.1.0", "description": "Findx - search in private. Take a stance against involuntary data collection.", "browser_action": { "default_icon": "images\/icon_default.png" }, "permissions": [], "icons": { "128": "images\/findx_logo.png" }, "background": { "scripts": [ "js\/main.js" ], "persistent": true }, "chrome_settings_overrides": { "search_provider": { "name": "Findx", "keyword": "Findx", "search_url": "https:\/\/www.findx.com\/web?q={searchTerms}", "favicon_url": "https:\/\/www.findx.com\/favicon.ico", "suggest_url": "https:\/\/www.findx.com\/api\/web-search\/suggestions\/?q={searchTerms}", "encoding": "UTF-8", "is_default": true } } } |