Findx Default Search
Findx - search in private. Take a stance against involuntary data collection.
Wat is Findx Default Search?
Findx Default Search is een Chrome-extensie ontwikkeld door https://findx.com, en de belangrijkste functie is "Findx - search in private. Take a stance against involuntary data collection.".
Extensie Screenshots
Download het CRX-bestand van de extensie Findx Default Search
Download Findx Default Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Findx is a search engine with a strong focus on privacy. This official add-on sets Findx as your default search engine.
Basisinformatie over de Extensie
Naam | Findx Default Search |
ID | geahfdadhjfapiobjjgjdoimibohfeml |
Officiële URL | https://chromewebstore.google.com/detail/findx-default-search/geahfdadhjfapiobjjgjdoimibohfeml |
Beschrijving | Findx - search in private. Take a stance against involuntary data collection. |
Bestandsgrootte | 17.91 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-09-27 |
Publicatiedatum | 2019-09-27 |
Ontwikkelaar | https://findx.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.findx.com/privacy |
Ondersteunde Talen | 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 } } } |