Anywhere Search
This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.
What is Anywhere Search?
Anywhere Search is a Chrome extension developed by https://v-media.me, and its main feature is "This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.".
Extension Screenshots
Download Anywhere Search Extension CRX File
Download Anywhere 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
Hello from AnyWhereSearch! Please enjoy your search experience. The AnyWhereSearch extension will configure your default search and new tab to Anywhere Search. By clicking "Add to Chrome", you accept and agree to install the AnyWhereSearch chrome extension, set the Chrome new tab and default search to AnywhereSearch powered by Bing, and adhere to the Terms of Use (https://anywheresearch.com/terms.html) and Privacy Policy (https://anywheresearch.com/privacy-policy.html) .
Extension Basic Information
Name | Anywhere Search |
ID | hboldpniicbdhlfcejjlkdgnbppiaajn |
Official URL | https://chromewebstore.google.com/detail/anywhere-search/hboldpniicbdhlfcejjlkdgnbppiaajn |
Description | This Extension will set default search to Anywhere Search. Use it by typing a query in the search field. |
File Size | 13.27 KB |
Installation Count | 20,000 |
Current Version | 1.0.7 |
Last Updated | 2021-07-15 |
Publish Date | 2021-04-01 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://v-media.me |
[email protected] | |
Payment Type | free |
Extension Website | https://anywheresearch.com |
Help Page URL | https://anywheresearch.com/support |
Privacy Policy Page URL | https://v-media.me |
Supported Languages | en-US |
manifest.json | |
{ "action": { "default_action": "image\/16.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/anywheresearch.com\/favicon.ico", "is_default": true, "keyword": "Anywhere Search", "name": "Anywhere Search", "search_url": "https:\/\/anywheresearch.com\/?id=26&keyword={searchTerms}" } }, "chrome_url_overrides": { "newtab": "my.html" }, "description": "This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.", "homepage_url": "https:\/\/anywheresearch.com\/", "host_permissions": [ "https:\/\/anywheresearch.com\/*" ], "icons": { "128": "image\/128.png", "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "64": "image\/64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSB2DS0DTzFrpS9tI57JreTMpNxqvzuwsuMBHkUkwNFwB4Z5ODhUnO5EaQdpLmcXgr3Qi\/gNNUMYuGvHZwMXRCAaXMmiP79wmVJGT42nyLDlOX4v1j2nllzW9QoZp3LNiqrqRoClWvUm75NcadNEOkc9B1IPUbWHDq5VbnPRn6cJtBeepjKSt4sd+yjy1ULHhOqLitS7CcTYhU6DuH\/95xz9\/KALBgKzkfuSSIrB3wNMrxT8vV6p1geZ\/kNA5yXp7ZkvigDI4e+2s38y1xoLychnXmzM9X9DGuZYCe+CxtCweqUllaDeH4ZwEWolCiD4wQcF9VzG31zuFWKd4LddnQIDAQAB", "manifest_version": 3, "name": "Anywhere Search", "options_ui": { "open_in_tab": true }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |