Rewards Search Automator
With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
What is Rewards Search Automator?
Rewards Search Automator is a Chrome extension developed by https://strifelab.com, and its main feature is "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".
Extension Screenshots
Download Rewards Search Automator Extension CRX File
Download Rewards 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 | Rewards Search Automator |
ID | paohfpjfibchbhbkdnlhjpfblafifehg |
Official URL | https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg |
Description | With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards. |
File Size | 870 KB |
Installation Count | 1,000 |
Current Version | 1.6.0 |
Last Updated | 2024-02-16 |
Publish Date | 2023-11-21 |
Rating | 4.08/5 Total 12 Ratings |
Developer | https://strifelab.com |
[email protected] | |
Payment Type | free |
Extension Website | https://strifelab.com |
Help Page URL | https://strifelab.com/contatti |
Privacy Policy Page URL | https://andreacorriga.com/privacy_policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rewards Search Automator", "version": "1.6.0", "description": "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.", "manifest_version": 3, "author": "Andrea Corriga - Strifelab", "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" } } |