Auto Searcher
Automate web searches using several different search engines.
What is Auto Searcher?
Auto Searcher is a Chrome extension developed by Youth Molecule, and its main feature is "Automate web searches using several different search engines.".
Extension Screenshots
Download Auto Searcher Extension CRX File
Download Auto Searcher 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
The Auto Searcher extension is used to automate web searches. Automatic searches can be done using custom search terms in several search engines. The available search engines include Bing, DuckDuckGo, Google, Presearch, Twitter, Yahoo, and Yandex. Simply click the Auto Search button and the extension will initiate an automatic search using the search terms list specified on the options page. Some uses for automated searches include monitoring brand perception and checking the latest news. Please rate and review. Any feedback or suggestions can also be emailed to [email protected].
Extension Basic Information
Name | Auto Searcher |
ID | hhggekcjcdgenbgejmkhineppclnkbkn |
Official URL | https://chromewebstore.google.com/detail/auto-searcher/hhggekcjcdgenbgejmkhineppclnkbkn |
Description | Automate web searches using several different search engines. |
File Size | 45.36 KB |
Installation Count | 11,820 |
Current Version | 1.7.0 |
Last Updated | 2022-06-27 |
Publish Date | 2020-02-08 |
Rating | 3.86/5 Total 21 Ratings |
Developer | Youth Molecule |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Searcher", "version": "1.7.0", "description": "Automate web searches using several different search engines.", "permissions": [ "storage", "background", "tabs", "webNavigation" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/auto_search_logo16.png", "32": "images\/auto_search_logo32.png", "48": "images\/auto_search_logo48.png", "128": "images\/auto_search_logo128.png" } }, "icons": { "16": "images\/auto_search_logo16.png", "32": "images\/auto_search_logo32.png", "48": "images\/auto_search_logo48.png", "128": "images\/auto_search_logo128.png" }, "manifest_version": 2 } |