SearXNG is a free Internet metasearch engine that aggregates results from various search services and databases. Users are not tracked or profiled.
Original SearXNG repository on GitHub
Extension use manifest.json
settings which change your main search engine.
Example:
(Default settings)
{
"chrome_settings_overrides": {
"search_provider": {
"search_url": "https://example.com/search?q={searchTerms}"
}
}
}
(With addon)
{
"chrome_settings_overrides": {
"search_provider": {
"search_url": "https://searx.be/search?q={searchTerms}"
}
}
}
It means that your browser starts to use second link when you make search request.
If you want use SearXNG as support to main search engine do this:
- add this addon into your browser
- agree when browser shows you "Add this extension?"
- disagree when browser shows "Do you want change your main search engine?"
- use keywords like
@searxng, @searx, @sx
if you want use SearXNG when you make request
Rodion Borisov - found "suggestion_url"
and etc.
Ivan Muzyka - found icons and etc.