Search Automator
Chrome and Edge extension to automate searches on the Bing search engine.
What is Search Automator?
Search Automator is a Chrome extension developed by Andrea Corriga, and its main feature is "Chrome and Edge extension to automate searches on the Bing search engine.".
Extension Screenshots
Download Search Automator Extension CRX File
Download Search Automator 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
With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards. This extension allows you to perform searches on both Desktop and Mobile devices. You can customize both the time intervals between each search and the number of searches you want to perform. It's completely free and without ads.
Extension Basic Information
Name | Search Automator |
ID | ohjecpfbaodieoicfnpnigjbinkjgnkb |
Official URL | https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb |
Description | Chrome and Edge extension to automate searches on the Bing search engine. |
File Size | 879 KB |
Installation Count | 357 |
Current Version | 1.4.3 |
Last Updated | 2023-11-22 |
Publish Date | 2023-06-30 |
Rating | 3.50/5 Total 8 Ratings |
Developer | Andrea Corriga |
[email protected] | |
Payment Type | free |
Extension Website | https://andreacorriga.com |
Help Page URL | https://strifelab.com/contattaci |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Automator", "version": "1.4.3", "description": "Chrome and Edge extension to automate searches on the Bing search engine.", "manifest_version": 3, "author": "Andrea Corriga", "action": { "default_popup": "index.html", "default_title": "Search Automator" }, "permissions": [ "debugger" ], "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "background": { "service_worker": ".\/js\/background.js" } } |