Presearch.com Search With Us
Set your browser's default search to use Presearch.com
What is Presearch.com Search With Us?
Presearch.com Search With Us is a Chrome extension developed by https://presearch.com, and its main feature is "Set your browser's default search to use Presearch.com".
Extension Screenshots
Download Presearch.com Search With Us Extension CRX File
Download Presearch.com Search With Us 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
Allows users to search Presearch.com using the browser's address bar.
Extension Basic Information
Name | Presearch.com Search With Us |
ID | inpoelmimmiplkcldmdljiboidfkcfbh |
Official URL | https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh |
Description | Set your browser's default search to use Presearch.com |
File Size | 19.4 KB |
Installation Count | 129,668 |
Current Version | 1.8 |
Last Updated | 2023-09-04 |
Publish Date | 2019-03-27 |
Rating | 4.36/5 Total 154 Ratings |
Developer | https://presearch.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Presearch.com Search With Us", "description": "Set your browser's default search to use Presearch.com", "version": "1.8", "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.presearch.com\/*" ], "js": [ "assets\/send-message.js" ] } ], "chrome_settings_overrides": { "search_provider": { "name": "Presearch", "keyword": "Presearch.com", "search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}", "favicon_url": "https:\/\/www.presearch.com\/favicon.ico", "encoding": "UTF-8", "is_default": true, "suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}" } } } |